]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSideset.h
three-stage drawing: add a nodraw stage
[lyx.git] / src / mathed / InsetMathSideset.h
index e1b70df2951e1178d467ab8eecb486619ef8bc47..b88548bdb5be4d52da9094a56630d027329b7f5a 100644 (file)
@@ -107,9 +107,9 @@ private:
        /// Italic correction as described in InsetMathScript.h
        int nker(BufferView const * bv) const;
        /// Whether there are two left scripts or one single cell
-       bool scriptl_; 
+       bool scriptl_;
        /// Whether there are two right scripts or one single cell
-       bool scriptr_; 
+       bool scriptr_;
 };