summaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-12-07 05:33:55 +0000
committerNick Mathewson <nickm@torproject.org>2004-12-07 05:33:55 +0000
commitd19648b314a1094d9b9bb198b1cb62251420881e (patch)
tree4701bf5814c18730131654e715ca79c5edc6cb25 /src/or/circuituse.c
parentac759adb43ee9f84892eb0dce376fee7d074351c (diff)
downloadtor-d19648b314a1094d9b9bb198b1cb62251420881e.tar.gz
tor-d19648b314a1094d9b9bb198b1cb62251420881e.zip
Renormalize whitespace
svn:r3095
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r--src/or/circuituse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index e316522d0f..5ca699388a 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -835,7 +835,7 @@ int connection_ap_handshake_attach_circuit(connection_t *conn) {
if (conn->chosen_exit_name) {
routerinfo_t *router = router_get_by_nickname(conn->chosen_exit_name);
- if(!router) {
+ if (!router) {
log_fn(LOG_WARN,"Requested exit point '%s' is not known. Closing.",
conn->chosen_exit_name);
return -1;