]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_gridinset.h
index 07320a8537a25da6876630e871d7c638d1dbc4e5..a2262f1cfe84a9a9e3ea54e2812d0632ee93b896 100644 (file)
@@ -124,7 +124,7 @@ public:
        RowInfo & rowinfo(row_type row);
        ///
        const CellInfo & cellinfo(idx_type idx) const { return cellinfo_[idx]; }
-       /// 
+       ///
        CellInfo & cellinfo(idx_type idx) { return cellinfo_[idx]; }
        /// identifies GridInset
        MathGridInset * asGridInset() { return this; }