diff options
author | David Stainton <dstainton415@gmail.com> | 2014-09-02 17:59:31 +0000 |
---|---|---|
committer | David Stainton <dstainton415@gmail.com> | 2014-09-02 18:08:57 +0000 |
commit | 6e4efb559d9921e44c40b99e69619d4fa8b36668 (patch) | |
tree | fdc9ed69c8002eb40711e56a4e4c2145b4032940 /src/common/util.h | |
parent | 7caf7e9f2a26dfb425dab761b4b41a38d96db0af (diff) | |
download | tor-6e4efb559d9921e44c40b99e69619d4fa8b36668.tar.gz tor-6e4efb559d9921e44c40b99e69619d4fa8b36668.zip |
Fix white space
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h index 755ef4b82a..30dc22852e 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -345,7 +345,7 @@ typedef unsigned int cpd_check_t; #define CPD_CHECK 2 #define CPD_GROUP_OK 4 #define CPD_GROUP_READ 8 -#define CPD_CHECK_MODE_ONLY 16 +#define CPD_CHECK_MODE_ONLY 16 int check_private_dir(const char *dirname, cpd_check_t check, const char *effective_user); |