]> git.lyx.org Git - features.git/blobdiff - lib/scripts/layout2layout.py
Complete the NoInsetLayout format change
[features.git] / lib / scripts / layout2layout.py
index bded39d315df49dad8025aa3e0ce36f47c63bac7..01737e0f05ae67792163303bf0fd1b6cae182130 100644 (file)
@@ -161,7 +161,7 @@ import os, re, string, sys
 # development/tools/updatelayouts.sh script to update all
 # layout files to the new format.
 
-currentFormat = 44
+currentFormat = 45
 
 
 def usage(prog_name):
@@ -377,7 +377,7 @@ def convert(lines):
             while i < len(lines) and not re_EndBabelPreamble.match(lines[i]):
                 i += 1
             continue
-        
+
         if format == 44:
             # nothing to do.
             i += 1