]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.C
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_diffinset.C
index c05620e98ac5e67ac8988c6056e11314b6a4de8a..7708364b2db5772c22e7b753f922c0f041d94861 100644 (file)
@@ -39,7 +39,7 @@ void MathDiffInset::metrics(MathMetricsInfo const &) const
 
 
 void MathDiffInset::draw(Painter &, int, int) const
-{  
+{
        lyxerr << "should not happen\n";
 }
 
@@ -72,4 +72,3 @@ void MathDiffInset::write(WriteStream &) const
 {
        lyxerr << "should not happen\n";
 }
-