summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 13:57:41 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 13:57:41 +1100
commitd62f2ca376168c716e4b485512a2b62b461e45b2 (patch)
treeec0388618d158579a58aaec9b880f5bc13cb5b5d /auth1.c
parent4ca108d19235c42fcfc69bb05b1f2e85217ec45e (diff)
- deraadt@cvs.openbsd.org 2006/03/19 18:52:11
[auth1.c authfd.c channels.c] spacing
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index cc1092abf..dc00a72d8 100644
--- a/auth1.c
+++ b/auth1.c
@@ -76,7 +76,7 @@ static const struct AuthMethod1
76{ 76{
77 int i; 77 int i;
78 78
79 for(i = 0; auth1_methods[i].name != NULL; i++) 79 for (i = 0; auth1_methods[i].name != NULL; i++)
80 if (auth1_methods[i].type == type) 80 if (auth1_methods[i].type == type)
81 return (&(auth1_methods[i])); 81 return (&(auth1_methods[i]));
82 82