From d48038c87db321b42add9ae56c3b1422e3033d5e Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 7 Jul 2008 18:22:59 +0000 Subject: [PATCH] Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25489 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/lyx_1_6.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py index 0c10ed8ff2..1fd46250ac 100644 --- a/lib/lyx2lyx/lyx_1_6.py +++ b/lib/lyx2lyx/lyx_1_6.py @@ -1993,8 +1993,7 @@ def revert_subfig(document): insertion = insertion.split('\n') document.body[k : k + 1] = insertion addedLines += len(insertion) - 1 - add_to_preamble(document, - ['\\usepackage{subfig}\n']) + add_to_preamble(document, ['\\usepackage{subfig}\n']) i += addedLines + 1