]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.cpp
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / MacroTable.cpp
index ad9f43f938a3549113c2eb95864f7bde18207ff6..b4dfb13b15a36b2e51464398021a881723bdfaa4 100644 (file)
@@ -60,7 +60,7 @@ MacroData::MacroData(MathMacroTemplate const & macro)
          redefinition_(false), type_(MacroTypeNewcommand)
 {
        queryData(macro);
-}      
+}
 
 
 void MacroData::expand(vector<MathData> const & args, MathData & to) const
@@ -123,7 +123,8 @@ void MacroData::queryData(MathMacroTemplate const & macro) const
        redefinition_ = macro.redefinition();
        type_ = macro.type();
        optionals_ = macro.numOptionals();
-       macro.getDefaults(defaults_);   
+       
+       macro.getDefaults(defaults_);
 }