From: Georg Baum Date: Wed, 18 Oct 2006 09:44:08 +0000 (+0000) Subject: fix indentation X-Git-Tag: 1.6.10~12360 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9285259c560f5233584134ed83d267f93a4cb6de;p=features.git fix indentation git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15361 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/lyx_1_5.py b/lib/lyx2lyx/lyx_1_5.py index caf6055003..6a778fe2ad 100644 --- a/lib/lyx2lyx/lyx_1_5.py +++ b/lib/lyx2lyx/lyx_1_5.py @@ -277,7 +277,7 @@ This must be called after convert_commandparams. option = match.group(1) argument = match.group(2) lines = ['\\begin_inset LatexCommand bibitem'] - if not option == None: + if not option == None: lines.append('label "%s"' % option[1:-1].replace('"', '\\"')) lines.append('key "%s"' % argument[1:-1].replace('"', '\\"')) lines.append('')