r11467@Kushana: nickm | 2006-12-07 14:38:54 -0500

Whitespace cleanup


svn:r9046
This commit is contained in:
Nick Mathewson 2006-12-07 20:11:24 +00:00
parent 67b27a42be
commit c304a10fd3

View File

@ -1128,8 +1128,8 @@ rend_service_dump_stats(int severity)
safe_name = safe_str(nickname);
if (!router) {
log(severity, LD_GENERAL, " Intro point %d at %s: unrecognized router",
j, safe_name);
log(severity, LD_GENERAL,
" Intro point %d at %s: unrecognized router", j, safe_name);
continue;
}
circ = find_intro_circuit(router, service->pk_digest);