]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parboxinset.C
Fix reading of math macros
[lyx.git] / src / mathed / math_parboxinset.C
index 8e0b3b140a6a13d3cb89a25d354147e84fe3d1c9..6875a9c84c64d77fed7390f47d5cdd66d735728d 100644 (file)
@@ -1,6 +1,5 @@
-
 #ifdef __GNUG__
-#pragma implementation 
+#pragma implementation
 #endif
 
 #include "math_parboxinset.h"
@@ -67,4 +66,3 @@ void MathParboxInset::infoize(std::ostream & os) const
 {
        os << "Box: Parbox " << tex_width_;
 }
-