]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_textinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_textinset.h
index db8b391daa1f9cd17bcfe78d794095503f6e1b9c..b335efe8df6e3f570e9fc40d8320e1093e07642b 100644 (file)
@@ -27,7 +27,7 @@ public:
        /// moves cursor up or down
        bool idxUpDown(idx_type &, pos_type & pos, bool up, int targetx) const;
 protected:
-       /// row corresponding to given position 
+       /// row corresponding to given position
        idx_type pos2row(pos_type pos) const;
        /// cached metrics
        mutable MathGridInset cache_;