]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/hash.c
SourceFormat Enforcement
[thirdparty/squid.git] / test-suite / hash.c
index e11d118e95f21d69ab23b080ac4c470f7f939d90..07e95b48a685797ffd0788bfa2d1d5592ca132ef 100644 (file)
@@ -347,7 +347,6 @@ hash_get_bucket(hash_table * hid, unsigned int bucket)
     return (hid->buckets[bucket]);
 }
 
-
 void
 hashFreeMemory(hash_table * hid)
 {
@@ -357,7 +356,6 @@ hashFreeMemory(hash_table * hid)
         free(hid);
 }
 
-
 #if USE_HASH_DRIVER
 /*
  *  hash-driver - Run with a big file as stdin to insert each line into the
@@ -411,7 +409,6 @@ main(void)
     }
     printf("done walking hash table...\n");
 
-
     printf("driver finished.\n");
     exit(0);
 }