diff options
author | nyamatongwe <devnull@localhost> | 2011-02-20 08:48:00 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-02-20 08:48:00 +1100 |
commit | a108a7d098cf5466b107fc433fdb22141dbd1e7a (patch) | |
tree | ca1c31f4dcf4a5896d32f8a6205a49cc718d7d65 /src/LexGen.py | |
parent | c599749164ede08d1e68dbb857135eb75abb1f25 (diff) | |
download | scintilla-mirror-a108a7d098cf5466b107fc433fdb22141dbd1e7a.tar.gz |
Avoid adding extra spaces to descriptions.
Diffstat (limited to 'src/LexGen.py')
-rwxr-xr-x | src/LexGen.py | 2 |
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() |