- markus@cvs.openbsd.org 2002/03/19 10:49:35
     [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h packet.c session.c
      sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c sshconnect2.c sshd.c
      ttymodes.c]
     KNF whitespace
diff --git a/sshd.c b/sshd.c
index d34b1a7..b6e71d8 100644
--- a/sshd.c
+++ b/sshd.c
@@ -42,7 +42,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshd.c,v 1.233 2002/03/19 10:35:39 markus Exp $");
+RCSID("$OpenBSD: sshd.c,v 1.234 2002/03/19 10:49:35 markus Exp $");
 
 #include <openssl/dh.h>
 #include <openssl/bn.h>
@@ -538,7 +538,7 @@
 		    strerror(errno));
 	if (chdir("/") == -1)
 		fatal("chdir(/)");
-		
+
 	/* Drop our privileges */
 	setegid(options.unprivileged_group);
 	setgid(options.unprivileged_group);
@@ -564,7 +564,7 @@
 		use_privsep = 0;
 		return;
 	}
-	
+
 	/* Authentication complete */
 	alarm(0);
 	if (startup_pipe != -1) {
@@ -1376,7 +1376,7 @@
 
 	if (!use_privsep)
 		goto skip_privilegeseparation;
-		
+
 	/* Set up unprivileged child process to deal with network data */
 	monitor = monitor_init();
 	/* Store a pointer to the kex for later rekeying */
@@ -1422,7 +1422,7 @@
 		exit(0);
 
  authenticated:
-	/* 
+	/*
 	 * In privilege separation, we fork another child and prepare
 	 * file descriptor passing.
 	 */