commit d91c776f6133bc8af899889b3ba5af682608fd31 Author: Nick Mathewson nickm@torproject.org Date: Mon Sep 9 16:00:40 2013 -0400
Fix check-spaces --- src/common/sandbox.c | 1 + src/common/sandbox.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 0eb27bc..6db682d 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -1480,3 +1480,4 @@ sandbox_cfg_allow_stat_filename_array(sandbox_cfg_t **cfg, ...) return 0; } #endif + diff --git a/src/common/sandbox.h b/src/common/sandbox.h index 07c34a4..279085f 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -29,7 +29,6 @@ #define USE_LIBSECCOMP #endif
- /** * Linux definitions */