]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_specialcharinset.C
oh well
[lyx.git] / src / mathed / math_specialcharinset.C
index 91b9197a8e7d11b1068d5c830d95769b1245ca2d..b00c832f5b75f4aa65bc174d4ec81804ab43d115 100644 (file)
@@ -13,7 +13,7 @@ MathSpecialCharInset::MathSpecialCharInset(char c)
 
 
 MathInset * MathSpecialCharInset::clone() const
-{   
+{
        return new MathSpecialCharInset(*this);
 }
 
@@ -43,7 +43,7 @@ void MathSpecialCharInset::metrics(MathMetricsInfo const & mi) const
 
 
 void MathSpecialCharInset::draw(Painter & pain, int x, int y) const
-{ 
+{
        drawChar(pain, font_, x, y, char_);
 }