diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-03-14 03:18:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-03-14 03:18:35 +0000 |
commit | 97dad670ead7383d27c9a284be09d37b6151b29e (patch) | |
tree | 742dc673e66270f931802b5023450233d2da2bb9 /src/or/connection.c | |
parent | fd150459b36128695e6ce74e4d99d7896fee5e38 (diff) | |
download | tor-97dad670ead7383d27c9a284be09d37b6151b29e.tar.gz tor-97dad670ead7383d27c9a284be09d37b6151b29e.zip |
Renormalize whitespace
svn:r3757
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 52fb694f47..4f95f10be4 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -1243,7 +1243,6 @@ connection_t *connection_get_by_identity_digest(const char *digest, int type) return best; } - /** Return the connection with id <b>id</b> if it is not already * marked for close. */ @@ -1266,7 +1265,6 @@ connection_get_by_global_id(uint32_t id) { return NULL; } - /** Return a connection of type <b>type</b> that is not marked for * close. */ @@ -1675,4 +1673,3 @@ void assert_connection_ok(connection_t *conn, time_t now) tor_assert(0); } } - |