]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_notinset.C
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_notinset.C
index c40640ff3e6152a610250d1b16a112ed97e78985..ce3db3945cb45fbe7351f3330ae0697e608de386 100644 (file)
@@ -41,7 +41,7 @@ void MathNotInset::metrics(MathMetricsInfo const & mi) const
 
 
 void MathNotInset::draw(Painter & pain, int x, int y) const
-{  
+{
        if (math_font_available(LM_TC_CMSY))
                drawChar(pain, font_, x, y, 54);
        else