minor whitespace change
[rocksndiamonds.git] / src / libgame / hash.c
index c7f4d73939a5668a5e6b3b3c259086401df40015..6bd7f1b96622596f3dd4df7925dc2a53f0e0540f 100644 (file)
@@ -70,7 +70,7 @@ create_hashtable(unsigned int minsize, float maxloadfactor,
     return NULL;
   }
 
-  for (i=0; i < size; i++)
+  for (i = 0; i < size; i++)
     h->table[i] = NULL;
 
   h->tablelength  = size;