]> git.lyx.org Git - features.git/commitdiff
Remove unneeded whitespaces (to help with another patch)
authorJosé Matox <jamatos@lyx.org>
Mon, 27 Oct 2008 16:51:51 +0000 (16:51 +0000)
committerJosé Matox <jamatos@lyx.org>
Mon, 27 Oct 2008 16:51:51 +0000 (16:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27154 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_1_6.py

index d0ea2659bf56818767e32f7d61a772e70dee8adc..d79f71ee4364cba948d42c4c2871a69a9869ea38 100644 (file)
@@ -1548,15 +1548,15 @@ def convert_macro_global(document):
     # status collapsed
     #
     # \begin_layout Plain Layout
-    # 
-    # 
+    #
+    #
     # \backslash
     # global
     # \end_layout
-    # 
+    #
     # \end_inset
-    # 
-    # 
+    #
+    #
     # \begin_inset FormulaMacro
     # \renewcommand{\foo}{123}
     # \end_inset
@@ -2135,7 +2135,7 @@ def convert_subfig(document):
         l = find_token(document.body, '\tsubcaptionText', i, endInset)
         if l == -1:
             caption = ""
-        else: 
+        else:
             caption = document.body[l][16:].strip('"')
             del document.body[l]
             addedLines -= 1