Whitespace.

This commit is contained in:
Richard Heck 2014-04-04 16:52:21 -04:00
parent 065db68067
commit c0be76a2d6

View File

@ -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)
{}