summaryrefslogtreecommitdiff
path: root/src/or/transports.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-09-11 23:34:36 +0200
committerGeorge Kadianakis <desnacked@gmail.com>2011-09-11 23:34:36 +0200
commitde7565f87fba14973038fbcd740ff9fecaa28b4e (patch)
tree29ab349f4b49a7474e450b7806026c428a705175 /src/or/transports.h
parentc6811c57cb75b2c594b2a6fffaca0c5ae4c19e0a (diff)
downloadtor-de7565f87fba14973038fbcd740ff9fecaa28b4e.tar.gz
tor-de7565f87fba14973038fbcd740ff9fecaa28b4e.zip
Make check-spaces happy.
Diffstat (limited to 'src/or/transports.h')
-rw-r--r--src/or/transports.h3
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.