]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xarrowinset.C
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_xarrowinset.C
index 217d95a2f71324c3dbecc80c8e3894e99204c1a2..32959e666e14939fafb62b4499c43e4bd7111e9d 100644 (file)
@@ -17,7 +17,7 @@ MathXArrowInset::MathXArrowInset(string const & name)
 
 
 MathInset * MathXArrowInset::clone() const
-{   
+{
        return new MathXArrowInset(*this);
 }
 
@@ -34,7 +34,7 @@ void MathXArrowInset::metrics(MathMetricsInfo const & st) const
 
 
 void MathXArrowInset::draw(Painter & pain, int x, int y) const
-{ 
+{
        xcell(0).draw(pain, x + 5, y - 10);
        mathed_draw_deco(pain, x + 1, y - 7, width_ - 2, 5, name_);
 }