summaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-04-26 20:55:32 +0000
committerNick Mathewson <nickm@torproject.org>2005-04-26 20:55:32 +0000
commit9ba2dd7ea1b1984c935dae3ac866484a4307c4dc (patch)
tree0a88c48b329043584a24d22e231876ac6f3de8d4 /src/or/connection.c
parentef2409e4ed367f7fe6f8b95ca874fbaf81f96e4b (diff)
downloadtor-9ba2dd7ea1b1984c935dae3ac866484a4307c4dc.tar.gz
tor-9ba2dd7ea1b1984c935dae3ac866484a4307c4dc.zip
Clean/renormalize whitespace
svn:r4122
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index a3ee4554e0..f1caeef865 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -125,7 +125,6 @@ conn_state_to_string(int type, int state) {
return buf;
}
-
/** Allocate space for a new connection_t. This function just initializes
* conn; you must call connection_add() to link it into the main array.
*