diff options
author | 2006-03-19 18:52:11 +0000 | |
---|---|---|
committer | 2006-03-19 18:52:11 +0000 | |
commit | e6acff29d408ea848193691f2c1a0e02b8114b40 (patch) | |
tree | 849d6e29241f708ba422ca85f0c481954d65f444 /usr.bin/ssh/auth1.c | |
parent | RCSID() can die (diff) | |
download | wireguard-openbsd-e6acff29d408ea848193691f2c1a0e02b8114b40.tar.xz wireguard-openbsd-e6acff29d408ea848193691f2c1a0e02b8114b40.zip |
spacing
Diffstat (limited to 'usr.bin/ssh/auth1.c')
-rw-r--r-- | usr.bin/ssh/auth1.c | 2 |
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])); |