]> git.lyx.org Git - features.git/commitdiff
fix format before Andre complains :)
authorPeter Kümmel <syntheticpp@gmx.net>
Thu, 17 May 2007 09:36:21 +0000 (09:36 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Thu, 17 May 2007 09:36:21 +0000 (09:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18380 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWorkArea.cpp

index 45beeb515e3fdadd476780259c22b6e8a6e3b2b4..5745f8173a2294eb869db407e983f075e39c14f1 100644 (file)
@@ -416,7 +416,7 @@ void GuiWorkArea::keyPressEvent(QKeyEvent * e)
 {
        // do nothing if there are other events
        // (the auto repeated events come too fast)
-       if(e->isAutoRepeat() && QCoreApplication::hasPendingEvents()) {
+       if (e->isAutoRepeat() && QCoreApplication::hasPendingEvents()) {
                LYXERR(Debug::KEY)      
                        << BOOST_CURRENT_FUNCTION << endl
                        << "key ignored" << endl;