From dc0398d650e75efe9641f0c48d630f2c2027281a Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 24 Aug 2021 11:39:57 +1000 Subject: Remove line end white space. --- scripts/LexGen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/LexGen.py') diff --git a/scripts/LexGen.py b/scripts/LexGen.py index a862b6288..fba9f6631 100644 --- a/scripts/LexGen.py +++ b/scripts/LexGen.py @@ -3,7 +3,7 @@ # Released to the public domain. # Update Scintilla files. -# Update version numbers and modification dates in documentation and header files. +# Update version numbers and modification dates in documentation and header files. # Update make dependencies. # Requires Python 3.6 or later @@ -58,7 +58,7 @@ def UpdateVersionNumbers(sci, root): 0) def RegenerateAll(rootDirectory): - + root = pathlib.Path(rootDirectory) scintillaBase = root.resolve() -- cgit v1.2.3