]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
what's up with this trailing whitespace
authorRoger Dingledine <arma@torproject.org>
Sat, 21 May 2011 03:30:37 +0000 (23:30 -0400)
committerRoger Dingledine <arma@torproject.org>
Sat, 21 May 2011 03:30:37 +0000 (23:30 -0400)
src/common/util.c
src/or/circuitbuild.c

index 1bb116b2121c5bd423defec115dec15492d09d8c..7ffe0a98cb4247daa081a08b143454329510f900 100644 (file)
@@ -2092,7 +2092,7 @@ read_file_to_str(const char *filename, int flags, struct stat *stat_out)
     int save_errno = errno;
     if (errno == ENOENT && (flags & RFTS_IGNORE_MISSING))
       severity = LOG_INFO;
-    log_fn(severity, LD_FS,"Could not open \"%s\": %s ",filename,
+    log_fn(severity, LD_FS,"Could not open \"%s\": %s",filename,
            strerror(errno));
     errno = save_errno;
     return NULL;
index 2f86e1fa34a4f642570ea5fd07873e3eccd1498b..08bfb988155c52bbfbe1737b0e13cfd2ce227540 100644 (file)
@@ -1755,7 +1755,7 @@ circuit_handle_first_hop(origin_circuit_t *circ)
     /* not currently connected in a useful way. */
     const char *name = strlen(firsthop->extend_info->nickname) ?
       firsthop->extend_info->nickname : fmt_addr(&firsthop->extend_info->addr);
-    log_info(LD_CIRC, "Next router is %s: %s ",
+    log_info(LD_CIRC, "Next router is %s: %s",
              safe_str_client(name), msg?msg:"???");
     circ->_base.n_hop = extend_info_dup(firsthop->extend_info);