]> git.lyx.org Git - lyx.git/blobdiff - src/factory.C
Fix bug 2485 and crash on middle mouse paste on math
[lyx.git] / src / factory.C
index f642f4bd83d9d99a70904cde355b3676540710fe..1cf1ae9d5e4cb0bb8691f33f46782f1e3eca17fe 100644 (file)
@@ -164,7 +164,7 @@ InsetBase * createInset(BufferView * bv, FuncRequest const & cmd)
        }
 
        case LFUN_TABULAR_INSERT: {
-               if (cmd.argument.empty()) 
+               if (cmd.argument.empty())
                        return 0;
                std::istringstream ss(cmd.argument);
                int r = 0, c = 0;
@@ -475,9 +475,9 @@ InsetBase * readInset(LyXLex & lex, Buffer const & buf)
                        MacroTable::globalMacros().insert
                                (tmpl->name(), tmpl->asMacroData());
                        lyxerr[Debug::DEBUG]
-                                << BOOST_CURRENT_FUNCTION
-                                << ": creating local macro " << tmpl->name()
-                                << endl;
+                               << BOOST_CURRENT_FUNCTION
+                               << ": creating local macro " << tmpl->name()
+                               << endl;
                }
        }