summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Wagner <wferi@niif.hu>2009-09-05 18:42:12 +0200
committerH. Peter Anvin <hpa@zytor.com>2009-09-14 14:41:10 -0700
commit5a27e30ec25b6ff49de9e5bc65d0f358dd69275b (patch)
tree0dc188629f2bbb4587d3a32875f7af7ea7ca17a2
parent85029077c86769bc53e17c1cfaf393a1fe6ba59d (diff)
downloadtftp-hpa-5a27e30ec25b6ff49de9e5bc65d0f358dd69275b.tar.gz
Untabify tftpd.c
Signed-off-by: Ferenc Wagner <wferi@niif.hu> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--tftpd/tftpd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tftpd/tftpd.c b/tftpd/tftpd.c
index 1f5d9d6..ff39c85 100644
--- a/tftpd/tftpd.c
+++ b/tftpd/tftpd.c
@@ -364,7 +364,7 @@ int main(int argc, char **argv)
srand(time(NULL) ^ getpid());
while ((c = getopt_long(argc, argv, short_options, long_options, NULL))
- != -1)
+ != -1)
switch (c) {
case '4':
ai_fam = AF_INET;
@@ -467,9 +467,9 @@ int main(int argc, char **argv)
case 'v':
verbosity++;
break;
- case OPT_VERBOSITY:
- verbosity = atoi(optarg);
- break;
+ case OPT_VERBOSITY:
+ verbosity = atoi(optarg);
+ break;
case 'V':
/* Print configuration to stdout and exit */
printf("%s\n", TFTPD_CONFIG_STR);