]> git.lyx.org Git - lyx.git/blobdiff - src/text.C
some visual feedback for extra vertical space
[lyx.git] / src / text.C
index 0d49609619f92bb7c0c5531caa6230e4a914e34a..6a80460c7afbf422c5bd3c9c2a251e4770cc7aa2 100644 (file)
@@ -2264,7 +2264,7 @@ bool LyXText::selectWordWhenUnderCursor(BufferView * bview,
 // This function is only used by the spellchecker for NextWord().
 // It doesn't handle LYX_ACCENTs and probably never will.
 string const LyXText::selectNextWord(BufferView * bview,
-                                    float & value) const
+                                     float & value) const
 {
        if (the_locking_inset) {
                string str = the_locking_inset->selectNextWord(bview, value);