diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-26 09:54:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-26 09:54:31 -0400 |
commit | c0568a89d93e05d98f4ef57d0b7bb659a357dbef (patch) | |
tree | ef06f4c9d2b157b7fcc3f4e417f43a7e6efd4f36 /src/common/sandbox.c | |
parent | dd572dac34c0ba9e3c360d462d77a09e4f584511 (diff) | |
download | tor-c0568a89d93e05d98f4ef57d0b7bb659a357dbef.tar.gz tor-c0568a89d93e05d98f4ef57d0b7bb659a357dbef.zip |
Whitespace fixes
Diffstat (limited to 'src/common/sandbox.c')
-rw-r--r-- | src/common/sandbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 7365d7ac4f..96429ce5aa 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -1891,7 +1891,6 @@ sandbox_cfg_allow_chown_filename(sandbox_cfg_t **cfg, char *file) return 0; } - int sandbox_cfg_allow_chmod_filename(sandbox_cfg_t **cfg, char *file) { |