]> git.lyx.org Git - features.git/blobdiff - src/Text.h
Whitespace cleanup
[features.git] / src / Text.h
index edc2524a66179fb6d103fdc35adb96b91ce3c703..5e078964ba1c73dde9e5d3a337641c10ab53e8bf 100644 (file)
@@ -165,7 +165,7 @@ public:
        /// just selects the word the cursor is in
        void selectWord(Cursor & cur, word_location loc);
 
-       /// what type of change operation to make 
+       /// what type of change operation to make
        enum ChangeOp {
                ACCEPT,
                REJECT
@@ -207,7 +207,7 @@ public:
        /// FIXME: cleanup to use BufferView::getCoveringInset() and
        /// setCursorFromCoordinates() instead of checkInsetHit().
        Inset * editXY(Cursor & cur, int x, int y);
-       
+
        /// Move cursor one line up.
        /**
         * Returns true if an update is needed after the move.