]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyxconvert_210.py
status tag patch from Georg
[lyx.git] / lib / lyx2lyx / lyxconvert_210.py
index aa09ad99684aaa9a156834e069fef9c487d4db1b..36a234c46a6f7766b31a6587e8699e9f6ca5daf9 100644 (file)
@@ -50,7 +50,7 @@ def update_tabular(lines):
             break
         i = i + 1
         format = lines[i][8]
-        
+
         lines[i]='multicol4'
         i = i + 1
         rows = int(string.split(lines[i])[0])