Fix formatting.
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 27 May 2006 11:48:24 +0000 (11:48 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 27 May 2006 11:48:24 +0000 (11:48 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@405 78b8d119-cf0a-0410-b17c-f493084dd1d7

ball/set.c

index 02a2c99..6ec4020 100644 (file)
@@ -525,13 +525,13 @@ void set_finish_level(struct level_game *lg, const char *player)
 
     assert(s == cl->set);
 
-       /* if no set, no next level */    
-       if (s == NULL)
-       {
-           /* if no set, return */
-           lg->next_level = NULL;
-           return;
-       }
+    /* if no set, no next level */    
+    if (s == NULL)
+    {
+        /* if no set, return */
+        lg->next_level = NULL;
+        return;
+    }
 
     /* On level completed */
     if (lg->state == GAME_GOAL)