Skip to content

Commit

Permalink
astyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aggro80 committed Jun 2, 2009
1 parent b4c637c commit 5ca3ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/checkthread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void CheckThread::run()
}
if (mState == Running)
mState = Ready;
else
else
mState = Stopped;

emit Done();
Expand Down

0 comments on commit 5ca3ba5

Please sign in to comment.