]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.C
Fix reading of math macros
[lyx.git] / src / mathed / math_symbolinset.C
index 5a2129324f1416dfcd204a749ec2763e79a7be0f..71fc0ecf16eb562f77a2e426d3a758af8533562d 100644 (file)
@@ -1,6 +1,5 @@
-
 #ifdef __GNUG__
-#pragma implementation 
+#pragma implementation
 #endif
 
 #include <config.h>
@@ -117,7 +116,7 @@ void MathSymbolInset::validate(LaTeXFeatures & features) const
 
 void MathSymbolInset::normalize(NormalStream & os) const
 {
-       os << "[symbol " << name() << "]";
+       os << "[symbol " << name() << ']';
 }