Fixed placement of curly braces according to Google style guidelines "whitespace/braces"

This commit is contained in:
Stefan Persson 2012-12-04 17:42:52 +01:00
parent bca00ef148
commit 69c67e3c09
9 changed files with 39 additions and 44 deletions

View file

@ -60,7 +60,7 @@ void EventHandler::signal(Event *event) {
bool EventHandler::waitForAny() {
while(1){
while(1) {
int result = WaitForMultipleObjects(d->eventCount, d->eventArray, FALSE, 1000);
if (result == WAIT_TIMEOUT) {
continue;