- deraadt@cvs.openbsd.org 2001/02/15 01:38:04
     [serverloop.c]
     indent
diff --git a/serverloop.c b/serverloop.c
index 8fc94db..d59de86 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -35,7 +35,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: serverloop.c,v 1.47 2001/02/08 23:11:42 dugsong Exp $");
+RCSID("$OpenBSD: serverloop.c,v 1.48 2001/02/15 08:38:04 deraadt Exp $");
 
 #include "xmalloc.h"
 #include "packet.h"
@@ -340,7 +340,10 @@
 			/* Successful write. */
 			if (tcgetattr(fdin, &tio) == 0 &&
 			    !(tio.c_lflag & ECHO)) {
-				/* Simulate echo to reduce the impact of traffic analysis. */
+				/*
+				 * Simulate echo to reduce the impact of
+				 * traffic analysis
+				 */
 				packet_start(SSH_MSG_IGNORE);
 				memset(buffer_ptr(&stdin_buffer), 0, len);
 				packet_put_string(buffer_ptr(&stdin_buffer), len);