]> git.lyx.org Git - lyx.git/commitdiff
whitespace
authorDov Feldstern <dov@lyx.org>
Wed, 4 Jun 2008 19:52:16 +0000 (19:52 +0000)
committerDov Feldstern <dov@lyx.org>
Wed, 4 Jun 2008 19:52:16 +0000 (19:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25119 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiCompleter.cpp

index 4b592dcad72961e8f3ed0c4de1aa19f45298442b..c07b35efa435adb16cec81ed36a7ec9cef9639e2 100644 (file)
@@ -458,7 +458,6 @@ void GuiCompleter::updateModel(Cursor & cur, bool popupUpdate, bool inlineUpdate
        if (old.length() == 0)
                old = last_selection_;
 
-
        // set whether rtl
        bool rtl = false;
        if (cur.inTexted()) {