Only trim right end of lines in header. This allows us to preserve

whitespace in local layout.
This commit is contained in:
Richard Heck 2016-06-24 14:57:28 -04:00
parent b3ab0190c1
commit a11e07a62f

View File

@ -345,7 +345,7 @@ class LyX_base:
if check_token(decoded, '\\end_preamble'):
continue
line = line.strip()
line = line.rstrip()
if not line:
continue