aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/FileGenerator.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-11-20 11:05:28 +1100
committerNeil <nyamatongwe@gmail.com>2015-11-20 11:05:28 +1100
commit124307f221172d8c0638307f8ea227a842b45b1f (patch)
tree40ef82f0d3ee0f65de8839c5649c2938d0f92a07 /scripts/FileGenerator.py
parent28c1e186b953ae0c8fe7681c7d7ae8950efb266f (diff)
downloadscintilla-mirror-124307f221172d8c0638307f8ea227a842b45b1f.tar.gz
Remove line end whitespace.
Diffstat (limited to 'scripts/FileGenerator.py')
-rw-r--r--scripts/FileGenerator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/FileGenerator.py b/scripts/FileGenerator.py
index e2750ebe0..11d6d70ba 100644
--- a/scripts/FileGenerator.py
+++ b/scripts/FileGenerator.py
@@ -7,8 +7,8 @@
# Requires Python 2.5 or later
# The files are copied to a string apart from sections between a
# ++Autogenerated comment and a --Autogenerated comment which is
-# generated by the CopyWithInsertion function. After the whole string is
-# instantiated, it is compared with the target file and if different the file
+# generated by the CopyWithInsertion function. After the whole string is
+# instantiated, it is compared with the target file and if different the file
# is rewritten.
from __future__ import with_statement