- deraadt@cvs.openbsd.org 2006/03/19 18:52:11
     [auth1.c authfd.c channels.c]
     spacing
diff --git a/auth1.c b/auth1.c
index cc1092a..dc00a72 100644
--- a/auth1.c
+++ b/auth1.c
@@ -76,7 +76,7 @@
 {
 	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]));