]> git.lyx.org Git - lyx.git/commitdiff
Typo.
authorRichard Heck <rgheck@lyx.org>
Wed, 6 Jun 2012 22:20:02 +0000 (18:20 -0400)
committerRichard Heck <rgheck@lyx.org>
Wed, 6 Jun 2012 22:20:02 +0000 (18:20 -0400)
src/support/Systemcall.cpp

index 5cfb8297837694792e1485e0a780f2b82aad4ffb..419b0d3a8a66bc8fafd94583e773c88636899cf7 100644 (file)
@@ -361,7 +361,7 @@ void SystemcallPrivate::startProcess(QString const & cmd, string const & path)
 
 void SystemcallPrivate::processEvents()
 {
-       if(process_events_) {
+       if (process_events_) {
                QCoreApplication::processEvents(/*QEventLoop::ExcludeUserInputEvents*/);
        }
 }