]> andersk Git - openssh.git/blobdiff - readconf.c
- deraadt@cvs.openbsd.org 2005/03/10 22:01:05
[openssh.git] / readconf.c
index f35fe564740ad1bc3d2ccbcdb43e36ba2fe21b98..8ace1bbd454233996e96d48ca4aff7677e329d9c 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: readconf.c,v 1.138 2005/03/10 10:15:02 dtucker Exp $");
+RCSID("$OpenBSD: readconf.c,v 1.139 2005/03/10 22:01:05 deraadt Exp $");
 
 #include "ssh.h"
 #include "xmalloc.h"
@@ -301,7 +301,7 @@ process_config_line(Options *options, const char *host,
        Forward fwd;
 
        /* Strip trailing whitespace */
-       for(len = strlen(line) - 1; len > 0; len--) {
+       for (len = strlen(line) - 1; len > 0; len--) {
                if (strchr(WHITESPACE, line[len]) == NULL)
                        break;
                line[len] = '\0';
This page took 0.033955 seconds and 4 git commands to generate.