From: Roger Dingledine Date: Sun, 14 Jul 2013 06:49:34 +0000 (-0400) Subject: cosmetic cleanups X-Git-Tag: tor-0.2.5.1-alpha~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6848e29307b9bfbabf06df0aaf56062ba4638ff6;p=thirdparty%2Ftor.git cosmetic cleanups --- diff --git a/src/common/include.am b/src/common/include.am index c3ccf96a65..e700bd5ca8 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 48fc6661d5..68be89e881 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -316,7 +316,7 @@ tor_global_sandbox(void) #endif } -/** Use fd to log non-survivable sandbox violations */ +/** Use fd 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 5849c620ca..568958d61f 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 ? \