mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
cosmetic cleanups
This commit is contained in:
@@ -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 = \
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user