mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Whitespace fixes.
svn:r16967
This commit is contained in:
parent
8bbbbaf87b
commit
e06f140f97
@ -2047,7 +2047,6 @@ do_hash_password(void)
|
|||||||
printf("16:%s\n",output);
|
printf("16:%s\n",output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/** Main entry point for the Tor process. Called from main(). */
|
/** Main entry point for the Tor process. Called from main(). */
|
||||||
/* This function is distinct from main() only so we can link main.c into
|
/* This function is distinct from main() only so we can link main.c into
|
||||||
* the unittest binary without conflicting with the unittests' main. */
|
* the unittest binary without conflicting with the unittests' main. */
|
||||||
|
@ -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 "
|
log_debug(LD_HIST, "Router %s is still Running; it has been Running "
|
||||||
"since %s", hex_str(id, DIGEST_LEN), tbuf);
|
"since %s", hex_str(id, DIGEST_LEN), tbuf);
|
||||||
else
|
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));
|
hex_str(id, DIGEST_LEN));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user