r7303@Kushana: nickm | 2006-08-10 01:52:19 -0700

whitespace fixes


svn:r7011
This commit is contained in:
Nick Mathewson
2006-08-10 09:02:12 +00:00
parent 74df271e00
commit 3da737ac98
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -2721,7 +2721,7 @@ control_event_stream_status(edge_connection_t *conn, stream_status_event_t tp)
"650 STREAM %lu %s %lu %s\r\n",
(unsigned long)conn->global_identifier, status,
origin_circ?
(unsigned long)origin_circ->global_identifier : 0ul,
(unsigned long)origin_circ->global_identifier : 0ul,
buf);
/* XXX need to specify its intended exit, etc? */
}