summaryrefslogtreecommitdiff
path: root/src/or/channel.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-02-07 12:51:05 -0500
committerRoger Dingledine <arma@torproject.org>2018-02-07 12:51:05 -0500
commitbf91da75abf84a6a61aa92adc5156ba1d5c15998 (patch)
treea24df158159255de7c2721e18364840c82ac99ab /src/or/channel.h
parent12b58ba551311db26ef6d769a5ee6eee9c294e01 (diff)
downloadtor-bf91da75abf84a6a61aa92adc5156ba1d5c15998.tar.gz
tor-bf91da75abf84a6a61aa92adc5156ba1d5c15998.zip
remove blank line between function-comment and function
also be more consistent about punctuation in doxygen comments
Diffstat (limited to 'src/or/channel.h')
-rw-r--r--src/or/channel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/channel.h b/src/or/channel.h
index 9128403ce7..0af5aed414 100644
--- a/src/or/channel.h
+++ b/src/or/channel.h
@@ -38,7 +38,6 @@ typedef enum {
* to a particular node, and once constructed support the abstract operations
* defined below.
*/
-
struct channel_s {
/** Magic number for type-checking cast macros */
uint32_t magic;