]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
cosmetic cleanups
authorRoger Dingledine <arma@torproject.org>
Sun, 14 Jul 2013 06:49:34 +0000 (02:49 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 14 Jul 2013 06:49:34 +0000 (02:49 -0400)
src/common/include.am
src/common/sandbox.c
src/or/or.h

index c3ccf96a6576ec90e0f881bbd97dc47dbd652ad9..e700bd5ca800ad3080978bb44fd5f3c46bd1b59d 100644 (file)
@@ -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 = \
index 48fc6661d5616e58dbe4728cb011cfe0368c3d4a..68be89e8816e895caaa1aac28fc016efefdeef4f 100644 (file)
@@ -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
 }
+
index 5849c620ca44bac5740b7e0ca2d1aa2f5f481f2f..568958d61fcfa9342fb0a8ebf6bc67e30fdb3971 100644 (file)
@@ -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 ? \