diff options
| author | nyamatongwe <unknown> | 2011-02-20 08:48:00 +1100 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-02-20 08:48:00 +1100 | 
| commit | 0a8cd4a03ca0dbbc3234c14aadb74ca9523f3bf2 (patch) | |
| tree | 5e4243580ef36e89456ac9581383d049d0ac21ab /src | |
| parent | 558721bfa2b9ce3f00dace6cdf775f295671871a (diff) | |
| download | scintilla-mirror-0a8cd4a03ca0dbbc3234c14aadb74ca9523f3bf2.tar.gz | |
Avoid adding extra spaces to descriptions.
Diffstat (limited to 'src')
| -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()  | 
