From: Richard Heck Date: Fri, 4 Apr 2014 20:52:21 +0000 (-0400) Subject: Whitespace. X-Git-Tag: 2.2.0alpha1~2030 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c0be76a2d6bd8646df43e1abd7a1f98dcef7e104;p=features.git Whitespace. --- diff --git a/src/mathed/InsetMathSymbol.cpp b/src/mathed/InsetMathSymbol.cpp index 98fc589451..79924fec42 100644 --- a/src/mathed/InsetMathSymbol.cpp +++ b/src/mathed/InsetMathSymbol.cpp @@ -29,13 +29,13 @@ 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) {}