more whitespace normalization

This commit is contained in:
Nick Mathewson 2010-03-05 13:00:15 -05:00
parent c7cf6f0049
commit 2c2618d858
19 changed files with 66 additions and 67 deletions

View File

@ -114,7 +114,6 @@ main(int argc, char **argv)
exit(1); exit(1);
} }
switch (c) { switch (c) {
case 'p': case 'p':
port = atoi(argv[i+1]); port = atoi(argv[i+1]);