]> git.lyx.org Git - features.git/commitdiff
* tabs are evil... hopefully I fixed all monster lines now
authorStefan Schimanski <sts@lyx.org>
Sun, 23 Dec 2007 01:27:42 +0000 (01:27 +0000)
committerStefan Schimanski <sts@lyx.org>
Sun, 23 Dec 2007 01:27:42 +0000 (01:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22275 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathMacroTemplate.cpp

index 487c6b8754ef22256c55cf2fbfed965e1d61130d..26018e1e7533a8126bf468c2b590e80dc623b3fb 100644 (file)
@@ -79,7 +79,7 @@ protected:
 
 
 InsetLabelBox::InsetLabelBox(MathAtom const & atom, docstring label, 
-                                                                                                                MathMacroTemplate const & parent, bool frame)
+                            MathMacroTemplate const & parent, bool frame)
 :      InsetMathNest(1), parent_(parent), label_(label), frame_(frame)
 {
        cell(0).insert(0, atom);
@@ -87,7 +87,7 @@ InsetLabelBox::InsetLabelBox(MathAtom const & atom, docstring label,
 
 
 InsetLabelBox::InsetLabelBox(docstring label,
-                                                                                                                MathMacroTemplate const & parent, bool frame)
+                            MathMacroTemplate const & parent, bool frame)
 :      InsetMathNest(1), parent_(parent), label_(label), frame_(frame)
 {
 }