mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Whitespace
This commit is contained in:
parent
b930f2a18e
commit
28a22f40fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user