=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- src/usr.bin/ssh/readconf.c 2001/01/20 17:59:40 1.56 +++ src/usr.bin/ssh/readconf.c 2001/01/20 23:02:07 1.57 @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: readconf.c,v 1.56 2001/01/20 17:59:40 deraadt Exp $"); +RCSID("$OpenBSD: readconf.c,v 1.57 2001/01/20 23:02:07 djm Exp $"); #include "ssh.h" #include "readconf.h" @@ -598,8 +598,7 @@ } /* Check that there is no garbage at end of line. */ - if ((arg = strdelim(&s)) != NULL && *arg != '\0') - { + if ((arg = strdelim(&s)) != NULL && *arg != '\0') { fatal("%.200s line %d: garbage at end of line; \"%.200s\".", filename, linenum, arg); }