diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-14 22:55:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-14 22:55:02 -0400 |
commit | 081ff5fa83cf146aac8801f90c80ca9ee5729e6a (patch) | |
tree | 915b496128ae5a170849ba787da0821209629172 /src/common | |
parent | a6eea86a2c915ef424c17920139babcfe42f3704 (diff) | |
download | tor-081ff5fa83cf146aac8801f90c80ca9ee5729e6a.tar tor-081ff5fa83cf146aac8801f90c80ca9ee5729e6a.tar.gz |
whitespace fix, more
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index b95609a26..111070cc1 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -1802,7 +1802,6 @@ tor_getpwuid(uid_t uid) } #endif - /** Call setuid and setgid to run as <b>user</b> and switch to their * primary group. Return 0 on success. On failure, log and return -1. */ |