]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.C
Fix reading of math macros
[lyx.git] / src / mathed / math_macro.C
index d35ce28fc4bb57d2d1b82a242b5eb0010de99749..657deb39ba0cab35691141ba117ca684cc034999 100644 (file)
@@ -85,7 +85,7 @@ void MathMacro::metrics(MathMetricsInfo & mi) const
        if (editing()) {
                expand();
                dim_ = expanded_.metrics(mi_);
-               metricsMarkers2(2); 
+               metricsMarkers2(2);
 
                dim_.w +=  mathed_string_width(font_, name()) + 10;