From: Nick Mathewson Date: Mon, 9 Sep 2013 20:00:40 +0000 (-0400) Subject: Fix check-spaces X-Git-Tag: tor-0.2.5.1-alpha~39^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d91c776f6133bc8af899889b3ba5af682608fd31;p=thirdparty%2Ftor.git Fix check-spaces --- diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 0eb27bc510..6db682d518 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 07c34a4fd8..279085fc19 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -29,7 +29,6 @@ #define USE_LIBSECCOMP #endif - /** * Linux definitions */