1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Formatting.

This commit is contained in:
Camilla Berglund 2010-09-10 01:07:18 +02:00
parent 107b769ada
commit 06142786b9

View File

@ -75,10 +75,7 @@ int main(void)
exit(EXIT_FAILURE);
}
glClearColor((i & 0x01) ? 1.0 : 0.0,
(i & 0x02) ? 1.0 : 0.0,
0.0,
0.0);
glClearColor((i & 0x01) ? 1.0 : 0.0, (i & 0x02) ? 1.0 : 0.0, 0.0, 0.0);
}
while (running)