]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_kerninset.C
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_kerninset.C
index 04335abdebc96164e089740c14cd09d893a660ab..0b03d25fa83f0336e9fd91ab9fccd9840b1936d6 100644 (file)
@@ -1,8 +1,5 @@
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_kerninset.h"
 #include "math_extern.h"
@@ -45,11 +42,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() << ']';
 }