]> git.lyx.org Git - lyx.git/blobdiff - src/support/Systemcall.cpp
Add quote style information to languages
[lyx.git] / 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*/);
        }
 }