- markus@cvs.openbsd.org 2001/04/05 10:42:57
     [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c
      mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c
      sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c
      sshconnect2.c sshd.c]
     fix whitespace: unexpand + trailing spaces.
diff --git a/clientloop.c b/clientloop.c
index 4b87e3b..71eda80 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -59,7 +59,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.56 2001/04/04 20:25:37 markus Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.57 2001/04/05 10:42:49 markus Exp $");
 
 #include "ssh.h"
 #include "ssh1.h"
@@ -735,7 +735,7 @@
 		}
 		/* Consume printed data from the buffer. */
 		buffer_consume(&stdout_buffer, len);
-		stdout_bytes += len; 
+		stdout_bytes += len;
 	}
 	/* Write buffered output to stderr. */
 	if (FD_ISSET(fileno(stderr), writeset)) {
@@ -753,7 +753,7 @@
 		}
 		/* Consume printed characters from the buffer. */
 		buffer_consume(&stderr_buffer, len);
-		stderr_bytes += len; 
+		stderr_bytes += len;
 	}
 }
 
@@ -964,7 +964,7 @@
 			break;
 		}
 		buffer_consume(&stdout_buffer, len);
-		stdout_bytes += len; 
+		stdout_bytes += len;
 	}
 
 	/* Output any buffered data for stderr. */
@@ -976,7 +976,7 @@
 			break;
 		}
 		buffer_consume(&stderr_buffer, len);
-		stderr_bytes += len; 
+		stderr_bytes += len;
 	}
 
 	if (have_pty)