aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-09-07 20:26:58 -0400
committerNick Mathewson <nickm@torproject.org>2011-09-07 20:26:58 -0400
commitd3ff167e098fa44e4ec30c7e6f50127a8c99dae7 (patch)
tree493f80bf95d199253687b590c8a5b0ff3616303a /src/or/or.h
parent58a0afe30f390988b142b0497d2e78e66c3caf45 (diff)
downloadtor-d3ff167e098fa44e4ec30c7e6f50127a8c99dae7.tar
tor-d3ff167e098fa44e4ec30c7e6f50127a8c99dae7.tar.gz
Fix whitespace issues in patches merged today so far
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index ff94a3efb..bf404df7e 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1389,8 +1389,8 @@ static edge_connection_t *TO_EDGE_CONN(connection_t *);
/** Convert a connection_t* to an entry_connection_t*; assert if the cast is
* invalid. */
static entry_connection_t *TO_ENTRY_CONN(connection_t *);
-/** Convert a edge_connection_t* to an entry_connection_t*; assert if the cast is
- * invalid. */
+/** Convert a edge_connection_t* to an entry_connection_t*; assert if the cast
+ * is invalid. */
static entry_connection_t *EDGE_TO_ENTRY_CONN(edge_connection_t *);
/** Convert a connection_t* to an control_connection_t*; assert if the cast is
* invalid. */