]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Whitespace fixes.
authorNick Mathewson <nickm@torproject.org>
Thu, 25 Sep 2008 20:22:17 +0000 (20:22 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 25 Sep 2008 20:22:17 +0000 (20:22 +0000)
svn:r16967

src/or/main.c
src/or/rephist.c

index 4718a570dcc766f37d3ede8fbbae985f20d47e4d..47af2d01edb1d28b21ab2e990ce28206bc2f68f1 100644 (file)
@@ -2047,7 +2047,6 @@ do_hash_password(void)
   printf("16:%s\n",output);
 }
 
-
 /** Main entry point for the Tor process.  Called from main(). */
 /* This function is distinct from main() only so we can link main.c into
  * the unittest binary without conflicting with the unittests' main. */
index 18451bbedfd394c368489e6b588f6a0e93330bfa..c179b1180c33c4a316994d9b8223f1bb919bb032 100644 (file)
@@ -317,7 +317,7 @@ rep_hist_note_router_reachable(const char *id, time_t when)
       log_debug(LD_HIST, "Router %s is still Running; it has been Running "
                 "since %s", hex_str(id, DIGEST_LEN), tbuf);
     else
-      log_info(LD_HIST, "Router %s is now Running; it was previously untracked",
+      log_info(LD_HIST,"Router %s is now Running; it was previously untracked",
                hex_str(id, DIGEST_LEN));
   }
 }