Fixed some indentation.

git-svn-id: svn://10.0.0.236/trunk@17189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1999-01-05 22:54:37 +00:00
parent 99edef5c4c
commit 41f0e26051

View File

@@ -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);
}