[tor-commits] [tor/master] cosmetic cleanups

arma at torproject.org arma at torproject.org
Sun Jul 14 06:49:44 UTC 2013


commit 6848e29307b9bfbabf06df0aaf56062ba4638ff6
Author: Roger Dingledine <arma at torproject.org>
Date:   Sun Jul 14 02:49:34 2013 -0400

    cosmetic cleanups
---
 src/common/include.am |    2 +-
 src/common/sandbox.c  |    3 ++-
 src/or/or.h           |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/common/include.am b/src/common/include.am
index c3ccf96..e700bd5 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -49,7 +49,7 @@ src_common_libor_a_SOURCES = \
   src/common/procmon.c					\
   src/common/util.c					\
   src/common/util_codedigest.c				\
-  src/common/sandbox.c \
+  src/common/sandbox.c					\
   $(libor_extra_source)
 
 src_common_libor_crypto_a_SOURCES = \
diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index 48fc666..68be89e 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -316,7 +316,7 @@ tor_global_sandbox(void)
 #endif
 }
 
-/** Use <b>fd</b> to log non-survivable sandbox violations */
+/** Use <b>fd</b> to log non-survivable sandbox violations. */
 void
 sandbox_set_debugging_fd(int fd)
 {
@@ -326,3 +326,4 @@ sandbox_set_debugging_fd(int fd)
   (void)fd;
 #endif
 }
+
diff --git a/src/or/or.h b/src/or/or.h
index 5849c62..568958d 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3759,7 +3759,7 @@ typedef struct {
     SAFELOG_SCRUB_ALL, SAFELOG_SCRUB_RELAY, SAFELOG_SCRUB_NONE
   } SafeLogging_;
 
-  int Sandbox; /** < Boolean: should sandboxing be enabled? */
+  int Sandbox; /**< Boolean: should sandboxing be enabled? */
   int SafeSocks; /**< Boolean: should we outright refuse application
                   * connections that use socks4 or socks5-with-local-dns? */
 #define LOG_PROTOCOL_WARN (get_options()->ProtocolWarnings ? \



More information about the tor-commits mailing list