diff options
author | Roger Dingledine <arma@torproject.org> | 2003-12-17 21:09:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-12-17 21:09:31 +0000 |
commit | 6a19e64066fc0fb362db9b16e386008807d0984c (patch) | |
tree | 54c823c223250a98124090a2ee0d8077e8f44e12 /src/or/tor_main.c | |
parent | 5ecd6b6bada6a7cd9fe7d5f82ae72bdc9577c97d (diff) | |
download | tor-6a19e64066fc0fb362db9b16e386008807d0984c.tar.gz tor-6a19e64066fc0fb362db9b16e386008807d0984c.zip |
remove trailing whitespace
svn:r951
Diffstat (limited to 'src/or/tor_main.c')
-rw-r--r-- | src/or/tor_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/tor_main.c b/src/or/tor_main.c index 32f9b1d9de..28af141477 100644 --- a/src/or/tor_main.c +++ b/src/or/tor_main.c @@ -4,7 +4,7 @@ int tor_main(int argc, char *argv[]); -int main(int argc, char *argv[]) +int main(int argc, char *argv[]) { return tor_main(argc, argv); } |