]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.C
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_symbolinset.C
index 962e34d219aafd6772424c18f72b397324ef8bd6..952dc816aeafae2d3e124ca388941ea55abeaf13 100644 (file)
@@ -98,7 +98,7 @@ void MathSymbolInset::metrics(MathMetricsInfo const & mi) const
 
 
 void MathSymbolInset::draw(Painter & pain, int x, int y) const
-{  
+{
        if (isRelOp())
                x += 3;
        MathTextCodes Code = code();
@@ -117,7 +117,7 @@ void MathSymbolInset::draw(Painter & pain, int x, int y) const
 
 
 bool MathSymbolInset::isRelOp() const
-{      
+{
        return sym_->type == "mathrel";
 }
 
@@ -200,5 +200,3 @@ void MathSymbolInset::infoize(ostream & os) const
 {
        os << '\\' << name();
 }
-
-