Fixed placement of curly braces according to Google style guidelines "whitespace/braces"
This commit is contained in:
parent
bca00ef148
commit
69c67e3c09
9 changed files with 39 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue