diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-05-20 22:30:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-05-20 22:30:08 -0400 |
commit | 9563b0d508e3fe5d5af3f85f659a110175a8e156 (patch) | |
tree | f86bdb6b567983d1ad669f40af2cb39d3ddee46d /src/tools/tor-checkkey.c | |
parent | 4c38069b393cb7e3f9cd8d447e5fa448f77f196f (diff) | |
download | tor-9563b0d508e3fe5d5af3f85f659a110175a8e156.tar.gz tor-9563b0d508e3fe5d5af3f85f659a110175a8e156.zip |
clean up whitespace in src/tools
Diffstat (limited to 'src/tools/tor-checkkey.c')
-rw-r--r-- | src/tools/tor-checkkey.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/tor-checkkey.c b/src/tools/tor-checkkey.c index e15cc46df9..a244124991 100644 --- a/src/tools/tor-checkkey.c +++ b/src/tools/tor-checkkey.c @@ -12,7 +12,8 @@ #include <openssl/bn.h> #include <openssl/rsa.h> -int main(int c, char **v) +int +main(int c, char **v) { crypto_pk_env_t *env; char *str; |