[or-cvs] r16967: {tor} Whitespace fixes. (tor/trunk/src/or)
nickm at seul.org
nickm at seul.org
Thu Sep 25 20:22:17 UTC 2008
Author: nickm
Date: 2008-09-25 16:22:17 -0400 (Thu, 25 Sep 2008)
New Revision: 16967
Modified:
tor/trunk/src/or/main.c
tor/trunk/src/or/rephist.c
Log:
Whitespace fixes.
Modified: tor/trunk/src/or/main.c
===================================================================
--- tor/trunk/src/or/main.c 2008-09-25 20:21:35 UTC (rev 16966)
+++ tor/trunk/src/or/main.c 2008-09-25 20:22:17 UTC (rev 16967)
@@ -2047,7 +2047,6 @@
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. */
Modified: tor/trunk/src/or/rephist.c
===================================================================
--- tor/trunk/src/or/rephist.c 2008-09-25 20:21:35 UTC (rev 16966)
+++ tor/trunk/src/or/rephist.c 2008-09-25 20:22:17 UTC (rev 16967)
@@ -317,7 +317,7 @@
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));
}
}
More information about the tor-commits
mailing list