From 5636ca5deadb9f2cb34316c146c091c2c6b4cdf9 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Sun, 23 Dec 2007 16:33:34 +0000 Subject: [PATCH] * indention fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22284 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/preamble.cpp | 6 +++--- src/tex2lyx/text.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index 90c97d03a3..3813a36bf6 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -462,9 +462,9 @@ TextClass const parse_preamble(Parser & p, ostream & os, string const & forcecla } else if (t.cs() == "newcommand" - || t.cs() == "renewcommand" - || t.cs() == "providecommand" - || t.cs() == "newlyxcommand") { + || t.cs() == "renewcommand" + || t.cs() == "providecommand" + || t.cs() == "newlyxcommand") { bool star = false; if (p.next_token().character() == '*') { p.get_token(); diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 390e445179..fbc89d3f0b 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -2380,9 +2380,9 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer, } else if (t.cs() == "newcommand" || - t.cs() == "providecommand" || - t.cs() == "renewcommand" || - t.cs() == "newlyxcommand") { + t.cs() == "providecommand" || + t.cs() == "renewcommand" || + t.cs() == "newlyxcommand") { // these could be handled by parse_command(), but // we need to call add_known_command() here. string name = t.asInput(); -- 2.39.2