Fixed some indentation.
git-svn-id: svn://10.0.0.236/trunk@17189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -172,7 +172,7 @@ main(int argc, char** argv)
|
||||
|
||||
// XXX This is really gross. I need to figure out the right way to do it...
|
||||
for (i = 0; i < 1000000; ++i) {
|
||||
PLEvent* event = PL_GetEvent(mainQueue);
|
||||
PLEvent* event = PL_GetEvent(mainQueue);
|
||||
PL_HandleEvent(event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user