commit c0be76a2d6bd8646df43e1abd7a1f98dcef7e104
Author: Richard Heck <[email protected]>
Date: Fri Apr 4 16:52:21 2014 -0400
Whitespace.
diff --git a/src/mathed/InsetMathSymbol.cpp b/src/mathed/InsetMathSymbol.cpp
index 98fc589..79924fe 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)
{}