]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorRichard Heck <rgheck@lyx.org>
Fri, 4 Apr 2014 20:52:21 +0000 (16:52 -0400)
committerRichard Heck <rgheck@lyx.org>
Mon, 21 Apr 2014 15:52:00 +0000 (11:52 -0400)
src/mathed/InsetMathSymbol.cpp

index 98fc58945199e7e3e7dca61cc63ece98ada4f825..79924fec424bca92a82130636efdcf158c861658 100644 (file)
 namespace lyx {
 
 InsetMathSymbol::InsetMathSymbol(latexkeys const * l)
-  : sym_(l), h_(0), kerning_(0), scriptable_(false)
+       : sym_(l), h_(0), kerning_(0), scriptable_(false)
 {}
 
 
 InsetMathSymbol::InsetMathSymbol(char const * name)
        : sym_(in_word_set(from_ascii(name))), h_(0),
-    kerning_(0), scriptable_(false)
+         kerning_(0), scriptable_(false)
 {}