]> git.lyx.org Git - features.git/commitdiff
fix indentation
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 18 Oct 2006 09:44:08 +0000 (09:44 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 18 Oct 2006 09:44:08 +0000 (09:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15361 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_1_5.py

index caf60550033a432b4a998ecbbd9add86dd5cc7d3..6a778fe2ad4a6925c5db9cd0e0b01899347eb766 100644 (file)
@@ -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('')