]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Fix #10863 compiler warnings.
[lyx.git] / src / mathed / InsetMathGrid.h
index 05bb52aea99bc74e1e91f8abc0cb4df32b98daa5..9cd22eae510c06521adeba49fa54d1738b9a08e5 100644 (file)
@@ -225,7 +225,7 @@ public:
        //void maple(MapleStream &) const;
        ///
        void mathmlize(MathStream &) const;
-       /// 
+       ///
        void htmlize(HtmlStream &) const;
        ///
        void htmlize(HtmlStream &, std::string attrib) const;
@@ -267,7 +267,7 @@ protected:
 
        // The following two functions are used in InsetMathHull and
        // InsetMathSplit.
-       /// The value of a fixed col align for a certain hull type 
+       /// The value of a fixed col align for a certain hull type
        static char colAlign(HullType type, col_type col);
        /// The value of a fixed col spacing for a certain hull type
        static int colSpace(HullType type, col_type col);