]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/text.cpp
* Doxy: polish html output.
[lyx.git] / src / tex2lyx / text.cpp
index 390e445179e70fcc7b3fe94d6ad9bb9e92f5dd19..fbc89d3f0bb731781048afce155141611c8a65fa 100644 (file)
@@ -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();