aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexGen.py
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-02-20 08:48:00 +1100
committernyamatongwe <devnull@localhost>2011-02-20 08:48:00 +1100
commita108a7d098cf5466b107fc433fdb22141dbd1e7a (patch)
treeca1c31f4dcf4a5896d32f8a6205a49cc718d7d65 /src/LexGen.py
parentc599749164ede08d1e68dbb857135eb75abb1f25 (diff)
downloadscintilla-mirror-a108a7d098cf5466b107fc433fdb22141dbd1e7a.tar.gz
Avoid adding extra spaces to descriptions.
Diffstat (limited to 'src/LexGen.py')
-rwxr-xr-xsrc/LexGen.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/LexGen.py b/src/LexGen.py
index ec772f8c5..22cdaae9c 100755
--- a/src/LexGen.py
+++ b/src/LexGen.py
@@ -220,8 +220,6 @@ def FindPropertyDocumentation(lexFile):
documents[name] += " "
documents[name] += l[2:].strip()
elif l.startswith("\""):
- if documents[name]:
- documents[name] += " "
l = l[1:].strip()
if l.endswith(";"):
l = l[:-1].strip()