From e06f140f978cb95c3f4655f24ccdf1753a04d230 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 25 Sep 2008 20:22:17 +0000 Subject: [PATCH] Whitespace fixes. svn:r16967 --- src/or/main.c | 1 - src/or/rephist.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/or/main.c b/src/or/main.c index 4718a570dc..47af2d01ed 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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. */ diff --git a/src/or/rephist.c b/src/or/rephist.c index 18451bbedf..c179b1180c 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -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)); } }