]> git.lyx.org Git - features.git/commitdiff
whitespace.
authorRichard Heck <rgheck@comcast.net>
Wed, 13 Aug 2008 19:58:00 +0000 (19:58 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 13 Aug 2008 19:58:00 +0000 (19:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26148 a592a061-630c-0410-9148-cb99ea01b6c8

src/Cursor.cpp

index 5ecf7158afdbda56d16a1538cbfd8b86b8bf904a..aa669c04f86c5c9ced631a3a4cc42adeb93b025f 100644 (file)
@@ -468,7 +468,7 @@ bool Cursor::posVisRight(bool skip_inset)
        new_cur.pos() = right_pos;
        new_cur.boundary(false);
        if (!skip_inset &&
-               text()->checkAndActivateInsetVisual(new_cur, right_pos>=pos(), false)) {
+               text()->checkAndActivateInsetVisual(new_cur, right_pos >= pos(), false)) {
                // we actually move the cursor at the end of this function, for now
                // we just keep track of the new position in new_cur...
                LYXERR(Debug::RTL, "entering inset at: " << new_cur.pos());