diff options
author | George Kadianakis <desnacked@gmail.com> | 2011-09-11 23:34:36 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@gmail.com> | 2011-09-11 23:34:36 +0200 |
commit | de7565f87fba14973038fbcd740ff9fecaa28b4e (patch) | |
tree | 29ab349f4b49a7474e450b7806026c428a705175 /src/or/transports.h | |
parent | c6811c57cb75b2c594b2a6fffaca0c5ae4c19e0a (diff) | |
download | tor-de7565f87fba14973038fbcd740ff9fecaa28b4e.tar.gz tor-de7565f87fba14973038fbcd740ff9fecaa28b4e.zip |
Make check-spaces happy.
Diffstat (limited to 'src/or/transports.h')
-rw-r--r-- | src/or/transports.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/transports.h b/src/or/transports.h index 48b7839cfb..57bfb5ca17 100644 --- a/src/or/transports.h +++ b/src/or/transports.h @@ -63,7 +63,8 @@ typedef struct { * torrc. */ unsigned int got_hup : 1; - smartlist_t *transports_to_launch; /* transports to-be-launched by this proxy */ + /* transports to-be-launched by this proxy */ + smartlist_t *transports_to_launch; /* The 'transports' list contains all the transports this proxy has launched. |