]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMath.cpp
Whitespace cleanup
[features.git] / src / mathed / InsetMath.cpp
index 89f1f2053834df13559f42f6b25d98889af1afb9..fe22ce78254906992edc1c334eb9981a92e58467 100644 (file)
@@ -84,7 +84,7 @@ void InsetMath::write(WriteStream & os) const
 
 
 int InsetMath::plaintext(Buffer const &, odocstream &,
-                         OutputParams const &) const
+                        OutputParams const &) const
 {
        // all math plain text output shall take place in InsetMathHull
        BOOST_ASSERT(false);
@@ -128,8 +128,8 @@ void InsetMath::mathematica(MathematicaStream & os) const
 
 void InsetMath::mathmlize(MathStream & os) const
 {
-        NormalStream ns(os.os());
-        normalize(ns);
+       NormalStream ns(os.os());
+       normalize(ns);
 }