]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyxconvert_218.py
status tag patch from Georg
[lyx.git] / lib / lyx2lyx / lyxconvert_218.py
index a0a0c50ed033d54971b92a3bb3fea46901a2d908..78d245f6fe7a4a8c5ac28b7ffd9f35d4b35ec886 100644 (file)
@@ -106,7 +106,7 @@ def remove_oldfloat(lines, language):
        # whose value is not default before the float.
        # The check here is not accurate, but it doesn't matter
        # as extra '\foo default' commands are ignored.
-       # In fact, it might be safer to output '\foo default' for all 
+       # In fact, it might be safer to output '\foo default' for all
        # font attributes.
        k = get_paragraph(lines, i)
        flag = 0
@@ -361,7 +361,7 @@ def combine_ert(lines):
            lines[j:k] = text
 
        i = i+1
-       
+
 oldunits = ["pt", "cm", "in", "text%", "col%"]
 
 def get_length(lines, name, start, end):