summaryrefslogtreecommitdiffstats
path: root/scintilla/scripts/LexGen.py
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/scripts/LexGen.py')
-rw-r--r--scintilla/scripts/LexGen.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scintilla/scripts/LexGen.py b/scintilla/scripts/LexGen.py
index e22d69a..d0507b7 100644
--- a/scintilla/scripts/LexGen.py
+++ b/scintilla/scripts/LexGen.py
@@ -44,15 +44,15 @@ def UpdateVersionNumbers(sci, root):
"CFBundleShortVersionString", sci.versionDotted)
def RegenerateAll(root):
-
+
sci = ScintillaData.ScintillaData(root)
Regenerate(root + "src/Catalogue.cxx", "//", sci.lexerModules)
# Regenerate(root + "win32/scintilla.mak", "#", sci.lexFiles) #commented out
# UpdateVersionNumbers(sci, root) #commented out
-
-# HFacer.RegenerateAll(root, False) #commented out
+
+# HFacer.RegenerateAll(root, False) #commented out
if __name__=="__main__":
RegenerateAll("../")