summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth1.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-03-19 18:52:11 +0000
committerderaadt <deraadt@openbsd.org>2006-03-19 18:52:11 +0000
commite6acff29d408ea848193691f2c1a0e02b8114b40 (patch)
tree849d6e29241f708ba422ca85f0c481954d65f444 /usr.bin/ssh/auth1.c
parentRCSID() can die (diff)
downloadwireguard-openbsd-e6acff29d408ea848193691f2c1a0e02b8114b40.tar.xz
wireguard-openbsd-e6acff29d408ea848193691f2c1a0e02b8114b40.zip
spacing
Diffstat (limited to 'usr.bin/ssh/auth1.c')
-rw-r--r--usr.bin/ssh/auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/auth1.c b/usr.bin/ssh/auth1.c
index 8b1c8807501..e661b4ed74c 100644
--- a/usr.bin/ssh/auth1.c
+++ b/usr.bin/ssh/auth1.c
@@ -72,7 +72,7 @@ static const struct AuthMethod1
{
int i;
- for(i = 0; auth1_methods[i].name != NULL; i++)
+ for (i = 0; auth1_methods[i].name != NULL; i++)
if (auth1_methods[i].type == type)
return (&(auth1_methods[i]));