]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 27 Jul 2011 00:12:59 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 27 Jul 2011 00:12:59 +0000 (18:12 -0600)
src/ssl/certificate_db.h

index e069c3b67ea2f132659de7c7e250573e171c12b2..4c301bb3dd87c4786b6e2dcff5bc5f94911bd949 100644 (file)
@@ -117,7 +117,7 @@ private:
     static unsigned long index_serial_LHASH_HASH(const void *a) {
         return index_serial_hash((const char **)a);
     }
-    static int index_serial_LHASH_COMP(const void *arg1, const void *arg2){
+    static int index_serial_LHASH_COMP(const void *arg1, const void *arg2) {
         return index_serial_cmp((const char **)arg1, (const char **)arg2);
     }
     static unsigned long index_name_LHASH_HASH(const void *a) {