From 3c5fe7a93b6bf65b8c1fcb145831b3e139ae79f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sat, 26 Dec 2009 17:14:53 +0000 Subject: [PATCH] fix formatting git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32648 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/Systemcall.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp index 170a85a349..b9d08da28b 100644 --- a/src/support/Systemcall.cpp +++ b/src/support/Systemcall.cpp @@ -398,8 +398,9 @@ void SystemcallPrivate::stdErr() } } const QString data = QString::fromLocal8Bit(errdata_); - if (!data.isEmpty()) + if (!data.isEmpty()) { ProgressInterface::instance()->appendError(data); + } processEvents(); } @@ -407,9 +408,9 @@ void SystemcallPrivate::stdErr() void SystemcallPrivate::processStarted() { if (state != Running) { - state = Running; - ProgressInterface::instance()->processStarted(cmd_); - } + state = Running; + ProgressInterface::instance()->processStarted(cmd_); + } } -- 2.39.2