diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-09-25 20:22:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-09-25 20:22:17 +0000 |
commit | e06f140f978cb95c3f4655f24ccdf1753a04d230 (patch) | |
tree | 7ac837e01fb2595db1873d87148662d9b01ac336 /src/or/main.c | |
parent | 8bbbbaf87b5ab3c0a5918d2bc8d1d7f22cf54f53 (diff) | |
download | tor-e06f140f978cb95c3f4655f24ccdf1753a04d230.tar.gz tor-e06f140f978cb95c3f4655f24ccdf1753a04d230.zip |
Whitespace fixes.
svn:r16967
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 4718a570dc..47af2d01ed 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -2047,7 +2047,6 @@ do_hash_password(void) printf("16:%s\n",output); } - /** Main entry point for the Tor process. Called from main(). */ /* This function is distinct from main() only so we can link main.c into * the unittest binary without conflicting with the unittests' main. */ |