]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyxconvert_223.py
status tag patch from Georg
[lyx.git] / lib / lyx2lyx / lyxconvert_223.py
index 8a875b50762c88a406a0515d192d35e0a44960ef..6e16809a511f26e93aa55e4cb5e7085e96b1aced 100644 (file)
@@ -117,7 +117,6 @@ def convert_comment(lines):
                 lines[i:i+1] = ["\\layout Standard"]
                 i = i + 1
 
-
 def convert(header, body):
     convert_external(body)
     convert_comment(body)