Browse Source

Appease make check-spaces

Andrea Shepard 8 years ago
parent
commit
3014bfb61b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/or/directory.c

+ 2 - 1
src/or/directory.c

@@ -1203,7 +1203,7 @@ directory_send_command(dir_connection_t *conn,
     conn->requested_resource = tor_strdup(resource);
 
   /* decorate the ip address if it is ipv6 */
-  if(strchr(conn->base_.address, ':')) {
+  if (strchr(conn->base_.address, ':')) {
     copy_ipv6_address(decorated_address, conn->base_.address,
                       sizeof(decorated_address), 1);
   } else {
@@ -4185,3 +4185,4 @@ dir_split_resource_into_fingerprints(const char *resource,
   smartlist_free(fp_tmp);
   return 0;
 }
+