]> git.itanic.dy.fi Git - sdl-planets/commitdiff
quadtree: Fix minor coding convention issue
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 11 Apr 2010 09:18:59 +0000 (12:18 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 11 Apr 2010 09:18:59 +0000 (12:18 +0300)
Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
quadtree.c

index e827595309fe549425c6594a51a7a7a56ef0178c..f188d8069ee38a5426403304c97e5e485eb9186a 100644 (file)
@@ -9,7 +9,7 @@
 #define debug 0
 #endif
 
-static void trap(void )
+static void trap(void)
 {
        if (debug)
                exit(1);