From 06142786b97e113ffb41e0c4d25282ed1350257f Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 10 Sep 2010 01:07:18 +0200 Subject: [PATCH] Formatting. --- tests/windows.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/windows.c b/tests/windows.c index e66a3c31..1b30fb5e 100644 --- a/tests/windows.c +++ b/tests/windows.c @@ -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)