aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-07-14 02:49:34 -0400
committerRoger Dingledine <arma@torproject.org>2013-07-14 02:49:34 -0400
commit6848e29307b9bfbabf06df0aaf56062ba4638ff6 (patch)
tree439413d3ce075defa6a79ab4dcf424dd1fa0dd65
parentde7cdc0d94075f212c3f51d8ec7ae4e05cc2ba7c (diff)
downloadtor-6848e29307b9bfbabf06df0aaf56062ba4638ff6.tar
tor-6848e29307b9bfbabf06df0aaf56062ba4638ff6.tar.gz
cosmetic cleanups
-rw-r--r--src/common/include.am2
-rw-r--r--src/common/sandbox.c3
-rw-r--r--src/or/or.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/src/common/include.am b/src/common/include.am
index c3ccf96a6..e700bd5ca 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 48fc6661d..68be89e88 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 5849c620c..568958d61 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 ? \