summaryrefslogtreecommitdiff
path: root/usr.bin/tftp
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2018-09-20 11:42:43 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2018-09-20 11:42:43 +0000
commit3ec37a14c9f52dd4182965c2c5a0e1d43730d19a (patch)
tree09d70f15227bc6094b5402fbf7ae8b055c9634be /usr.bin/tftp
parente688530dc7ed752340b957c68617118090cc99b7 (diff)
fix indentation
ok krw@ millert@
Diffstat (limited to 'usr.bin/tftp')
-rw-r--r--usr.bin/tftp/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c
index 0f85ecb60d3..fe389c3b313 100644
--- a/usr.bin/tftp/main.c
+++ b/usr.bin/tftp/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.42 2018/04/26 12:42:51 guenther Exp $ */
+/* $OpenBSD: main.c,v 1.43 2018/09/20 11:42:42 jsg Exp $ */
/* $NetBSD: main.c,v 1.6 1995/05/21 16:54:10 mycroft Exp $ */
/*
@@ -252,7 +252,7 @@ setpeer(char *host, char *port)
sizeof(hostname));
} else
(void)strlcpy(hostname, host, sizeof(hostname));
- connected = 1;
+ connected = 1;
}
freeaddrinfo(res0);
}