]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/preamble.cpp
* indention fix
[features.git] / src / tex2lyx / preamble.cpp
index 90c97d03a3010ac40f736231096a1abf100a9ecb..3813a36bf66b734d09bab2ce81252b729c44eacf 100644 (file)
@@ -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();