[tor-commits] [tor/master] appease "make check-spaces"

nickm at torproject.org nickm at torproject.org
Wed Nov 30 17:09:15 UTC 2011


commit c5e2bfa98341b6e91ee7543232ece9a86c77d2c0
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Nov 30 12:09:53 2011 -0500

    appease "make check-spaces"
---
 src/or/config.c      |    3 ++-
 src/or/or.h          |    3 ++-
 src/or/rendservice.c |    3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/or/config.c b/src/or/config.c
index 40b6187..fb5b49a 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -4464,7 +4464,8 @@ options_init_from_torrc(int argc, char **argv)
       goto err;
   }
 
-  retval = options_init_from_string(cf_defaults, cf, command, command_arg, &errmsg);
+  retval = options_init_from_string(cf_defaults, cf, command, command_arg,
+                                    &errmsg);
   tor_free(cf);
   tor_free(cf_defaults);
   if (retval < 0)
diff --git a/src/or/or.h b/src/or/or.h
index c342880..46fead4 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2970,7 +2970,8 @@ typedef struct {
   config_line_t *TransPort;
   config_line_t *NATDPort; /**< Ports to listen on for transparent natd
                             * connections. */
-  config_line_t *ControlPort; /**< Port to listen on for control connections. */
+  config_line_t *ControlPort; /**< Port to listen on for control
+                               * connections. */
   config_line_t *ControlSocket; /**< List of Unix Domain Sockets to listen on
                                  * for control connections. */
   int ControlSocketsGroupWritable; /**< Boolean: Are control sockets g+rw? */
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index b4ef8b4..1d0773e 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -2026,7 +2026,8 @@ rend_services_introduce(void)
 
     /* Find out which introduction points we have in progress for this
        service. */
-    SMARTLIST_FOREACH_BEGIN(service->intro_nodes, rend_intro_point_t *, intro){
+    SMARTLIST_FOREACH_BEGIN(service->intro_nodes, rend_intro_point_t *,
+                            intro) {
       origin_circuit_t *intro_circ =
         find_intro_circuit(intro, service->pk_digest);
 



More information about the tor-commits mailing list