]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Whitespace tweaks
authorNick Mathewson <nickm@torproject.org>
Wed, 10 Aug 2011 19:06:45 +0000 (15:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 10 Aug 2011 19:06:45 +0000 (15:06 -0400)
src/or/config.c
src/or/control.c

index 5a45dfbe15998edcb1c7e742bbfce86f9f13145d..b4d733a6faf4538e13977502b0047ce66a8abc2d 100644 (file)
@@ -4980,7 +4980,7 @@ parse_client_port_config(smartlist_t *out,
        mainport = (int)tor_parse_long(ports->value, 10, 0, 65535, &ok, NULL);
        if (!ok) {
          log_warn(LD_CONFIG, "%sListenAddress can only be used with a single "
-                  "%sPort with value \"auto\" or 1-65535.", portname, portname);
+                 "%sPort with value \"auto\" or 1-65535.", portname, portname);
          return -1;
        }
      }
index afd0662df007ea14b662dda38797b8ed7b14c499..ff961948cbbd41ceb0ed67857a1c43f179705740 100644 (file)
@@ -4008,7 +4008,8 @@ control_event_conf_changed(smartlist_t *elements)
   int i;
   char *result;
   smartlist_t *lines;
-  if (!EVENT_IS_INTERESTING(EVENT_CONF_CHANGED) || smartlist_len(elements) == 0) {
+  if (!EVENT_IS_INTERESTING(EVENT_CONF_CHANGED) ||
+      smartlist_len(elements) == 0) {
     return 0;
   }
   lines = smartlist_create();