Whitespace

This commit is contained in:
Juergen Spitzmueller 2015-12-28 13:42:36 +01:00
parent b930f2a18e
commit 28a22f40fb

View File

@ -1696,7 +1696,9 @@ def revert_IEEEtran(document):
Biography without photo
to TeX-code
'''
if document.textclass == "IEEEtran":
if document.textclass != "IEEEtran":
return
i = 0
i2 = 0
j = 0
@ -1755,7 +1757,9 @@ def convert_IEEEtran(document):
Biography without photo
to InsetArgument
'''
if document.textclass == "IEEEtran":
if document.textclass != "IEEEtran":
return
i = 0
j = 0
k = 0