]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_ertinset.C
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_ertinset.C
index 9112f9c3420bcdf00a83cbe936e96a56fff41f46..60479696a331052f2cfe38b28a9184fcd5dc34a1 100644 (file)
@@ -1,10 +1,11 @@
+
 #include <config.h>
 
 #include "math_ertinset.h"
 #include "math_mathmlstream.h"
-
 #include "support/LOstream.h"
 
+
 MathInset * MathErtInset::clone() const
 {
        return new MathErtInset(*this);
@@ -41,4 +42,3 @@ void MathErtInset::infoize(std::ostream & os) const
 {
        os << "Box: Ert";
 }
-