]> git.lyx.org Git - features.git/commitdiff
* lib/lyx2lyx/lyx_1_5.py: correct indendation.
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 16 Oct 2006 11:41:57 +0000 (11:41 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 16 Oct 2006 11:41:57 +0000 (11:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15349 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_1_5.py

index 365f6a17dcb12fff51fb8300d26209eacb2d09b2..becf3ae60fabbd85f1c4437750bc3ccc832673c2 100644 (file)
@@ -244,7 +244,7 @@ def revert_cs_label(document):
         while 1:
             if (document.body[i][:10] == "show_label"):
                 del document.body[i]
-               break
+                break
             elif (document.body[i][:13] == "\\begin_layout"):
                 document.warning("Malformed LyX document: Missing 'show_label'.")
                 break