]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.C
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_dotsinset.C
index 6fb6cbacc3c3e1e187a8254969a2c311bb036e17..fd2585452304cfef55f29777960a16efcbc8365e 100644 (file)
@@ -18,7 +18,7 @@ MathDotsInset::MathDotsInset(string const & name)
 MathInset * MathDotsInset::clone() const
 {
        return new MathDotsInset(*this);
-}     
+}
 
 
 void MathDotsInset::metrics(MathMetricsInfo const & mi) const
@@ -32,7 +32,7 @@ void MathDotsInset::metrics(MathMetricsInfo const & mi) const
                case 'v': width_ /= 2;
                case 'd': dh_ = ascent_; break;
        }
-} 
+}
 
 
 void MathDotsInset::draw(Painter & pain, int x, int y) const