summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Anthony <johnanthony@lavabit.com>2011-07-27 22:55:22 +0100
committerJohn Anthony <johnanthony@lavabit.com>2011-07-27 22:55:22 +0100
commitd436b0653ace5049d08a89991093b657f745e478 (patch)
tree1c68fdf401ab09e4f28d1a72a2307c1575e45146
parent790c279d48f2058bfd55906af923eb716bd4bb37 (diff)
downloadnyancat-d436b0653ace5049d08a89991093b657f745e478.tar.gz
nyancat-d436b0653ace5049d08a89991093b657f745e478.tar.bz2
nyancat-d436b0653ace5049d08a89991093b657f745e478.zip
Quick style consistency change
-rw-r--r--nyan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nyan.c b/nyan.c
index f6b06d3..48ecaea 100644
--- a/nyan.c
+++ b/nyan.c
@@ -428,8 +428,7 @@ static void
run(void) {
unsigned int last_draw, draw_time;
- while( running )
- {
+ while( running ) {
last_draw = SDL_GetTicks();
clear_screen();