]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_scriptinset.h
oh well
[lyx.git] / src / mathed / math_scriptinset.h
index 15eb649f61acb3b82ac64a953413e19973a686f0..29049e9e27774eb60d0bfbfc7a52ff5942f10820 100644 (file)
@@ -117,7 +117,7 @@ private:
        bool hasLimits(MathInset const * nuc) const;
 
        /// possible subscript (index 0) and superscript (index 1)
-       bool script_[2]; 
+       bool script_[2];
        /// 1 - "limits", -1 - "nolimits", 0 - "default"
        int limits_;
        /// cached font
@@ -125,4 +125,3 @@ private:
 };
 
 #endif
-