testlib: Fix indentation
Change-Id: I54bb2c3dda731e1fd6c7e909aa30a3cedb53612b Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
828e14b5f9
commit
5940d20c69
@ -1965,6 +1965,7 @@ int QTest::qRun()
|
|||||||
}
|
}
|
||||||
|
|
||||||
QTestLog::stopLogging();
|
QTestLog::stopLogging();
|
||||||
|
|
||||||
#if defined(Q_OS_MACX)
|
#if defined(Q_OS_MACX)
|
||||||
if (macNeedsActivate) {
|
if (macNeedsActivate) {
|
||||||
IOPMAssertionRelease(powerID);
|
IOPMAssertionRelease(powerID);
|
||||||
@ -1972,7 +1973,7 @@ int QTest::qRun()
|
|||||||
#endif
|
#endif
|
||||||
currentTestObject = nullptr;
|
currentTestObject = nullptr;
|
||||||
|
|
||||||
// Rethrow exception to make debugging easier.
|
// Re-throw exception to make debugging easier
|
||||||
throw;
|
throw;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user