]> git.saurik.com Git - apple/configd.git/blobdiff - scutil.tproj/cache.c
configd-802.20.7.tar.gz
[apple/configd.git] / scutil.tproj / cache.c
index 76fd819b716f1771ff6c5b4a2f320db7ea5dfb51..b8016e78367ddfa92c459415cecdf3616f085c59 100644 (file)
@@ -296,7 +296,7 @@ do_list(int argc, char **argv)
                        CFIndex n;
 
                        n = CFDictionaryGetCount(cached_set);
-                       if (n > 0){
+                       if (n > 0) {
                                const void *    cachedKeys_q[N_QUICK];
                                const void **   cachedKeys      = cachedKeys_q;