minor whitespace change
[rocksndiamonds.git] / src / libgame / hash.c
index fbf61ff00143430ed52f72b0a7dc0ff0c9938f78..6bd7f1b96622596f3dd4df7925dc2a53f0e0540f 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1995-2014 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // hash.c
 // ============================================================================
@@ -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;