mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Whitespace.
This commit is contained in:
parent
065db68067
commit
c0be76a2d6
@ -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)
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user