=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth1.c,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- src/usr.bin/ssh/Attic/auth1.c 2006/03/19 18:51:18 1.63 +++ src/usr.bin/ssh/Attic/auth1.c 2006/03/19 18:52:11 1.64 @@ -72,7 +72,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]));