Remove unneeded whitespaces (to help with another patch)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27154 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2008-10-27 16:51:51 +00:00
parent 194f14bf65
commit c014f26820

View File

@ -1548,15 +1548,15 @@ def convert_macro_global(document):
# status collapsed
#
# \begin_layout Plain Layout
#
#
#
#
# \backslash
# global
# \end_layout
#
#
# \end_inset
#
#
#
#
# \begin_inset FormulaMacro
# \renewcommand{\foo}{123}
# \end_inset
@ -2135,7 +2135,7 @@ def convert_subfig(document):
l = find_token(document.body, '\tsubcaptionText', i, endInset)
if l == -1:
caption = ""
else:
else:
caption = document.body[l][16:].strip('"')
del document.body[l]
addedLines -= 1