From: Peter Kümmel Date: Thu, 17 May 2007 09:36:21 +0000 (+0000) Subject: fix format before Andre complains :) X-Git-Tag: 1.6.10~9728 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fea3a375a461963a9dc81e30e9606fcafc72c55c;p=features.git fix format before Andre complains :) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18380 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index 45beeb515e..5745f8173a 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -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;