From e656777a920514922e900fda7268793ab54d474f Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Sun, 29 Oct 2006 11:41:15 +0000 Subject: [PATCH] * layout2layout.py (convert): remove spurious tabs git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15599 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/scripts/layout2layout.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/scripts/layout2layout.py b/lib/scripts/layout2layout.py index 0056139ac2..59e43e743e 100644 --- a/lib/scripts/layout2layout.py +++ b/lib/scripts/layout2layout.py @@ -135,7 +135,7 @@ def convert(lines): return error('Cannot convert file format %s' % format) else: - lines.insert(i, "Format 2") + lines.insert(i, "Format 2") only_comment = 0 continue @@ -282,7 +282,7 @@ def convert(lines): i = i + 1 # Add the TocLevel setting for sectioning styles - if toclevels.has_key(style) and maxcounter <= toclevels[style]: + if toclevels.has_key(style) and maxcounter <= toclevels[style]: lines.insert(i, '%sTocLevel %d' % (space1, toclevels[style])) i = i + 1 -- 2.39.5