From: Jürgen Spitzmüller Date: Mon, 16 Oct 2006 11:41:57 +0000 (+0000) Subject: * lib/lyx2lyx/lyx_1_5.py: correct indendation. X-Git-Tag: 1.6.10~12370 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c0a61f6c18b442dc7cdaffaf5510f8ccc89bd2e2;p=features.git * lib/lyx2lyx/lyx_1_5.py: correct indendation. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15349 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/lyx_1_5.py b/lib/lyx2lyx/lyx_1_5.py index 365f6a17dc..becf3ae60f 100644 --- a/lib/lyx2lyx/lyx_1_5.py +++ b/lib/lyx2lyx/lyx_1_5.py @@ -244,7 +244,7 @@ def revert_cs_label(document): while 1: if (document.body[i][:10] == "show_label"): del document.body[i] - break + break elif (document.body[i][:13] == "\\begin_layout"): document.warning("Malformed LyX document: Missing 'show_label'.") break