]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_kerninset.C
Fix reading of math macros
[lyx.git] / src / mathed / math_kerninset.C
index 04335abdebc96164e089740c14cd09d893a660ab..03c25b53c61d92cd6c5de2c0f6abea37e9477c12 100644 (file)
@@ -45,11 +45,11 @@ void MathKernInset::draw(MathPainterInfo &, int, int) const
 
 void MathKernInset::write(WriteStream & os) const
 {
-       os << "\\kern" << wid_.asLatexString() << " ";
+       os << "\\kern" << wid_.asLatexString() << ' ';
 }
 
 
 void MathKernInset::normalize(NormalStream & os) const
 {
-       os << "[kern " << wid_.asLatexString() << "]";
+       os << "[kern " << wid_.asLatexString() << ']';
 }