From: Richard Heck Date: Wed, 13 Aug 2008 19:58:00 +0000 (+0000) Subject: whitespace. X-Git-Tag: 1.6.10~3658 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6f7136fc7bf0b1b6af8bec21ed14c05053f8ae08;p=lyx.git whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26148 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Cursor.cpp b/src/Cursor.cpp index 5ecf7158af..aa669c04f8 100644 --- a/src/Cursor.cpp +++ b/src/Cursor.cpp @@ -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());