astyle fix
This commit is contained in:
parent
b4c637c58b
commit
5ca3ba59d5
|
@ -57,7 +57,7 @@ void CheckThread::run()
|
||||||
}
|
}
|
||||||
if (mState == Running)
|
if (mState == Running)
|
||||||
mState = Ready;
|
mState = Ready;
|
||||||
else
|
else
|
||||||
mState = Stopped;
|
mState = Stopped;
|
||||||
|
|
||||||
emit Done();
|
emit Done();
|
||||||
|
|
Loading…
Reference in New Issue