From 0a8cd4a03ca0dbbc3234c14aadb74ca9523f3bf2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 20 Feb 2011 08:48:00 +1100 Subject: Avoid adding extra spaces to descriptions. --- src/LexGen.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/LexGen.py') 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() -- cgit v1.2.3