From fea3a375a461963a9dc81e30e9606fcafc72c55c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Thu, 17 May 2007 09:36:21 +0000 Subject: [PATCH] fix format before Andre complains :) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18380 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiWorkArea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2