From 1c37c6a51842f8bed3283ef18ec16cf6a0ae8640 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 6 Dec 2001 18:00:18 +0000 Subject: - deraadt@cvs.openbsd.org 2001/12/05 10:06:12 [authfd.c authfile.c bufaux.c channels.c compat.c kex.c kexgex.c key.c misc.c packet.c servconf.c ssh-agent.c sshconnect2.c sshconnect.c sshd.c ssh-dss.c ssh-keygen.c ssh-rsa.c] minor KNF --- packet.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packet.c') diff --git a/packet.c b/packet.c index 441f87ac..32d79712 100644 --- a/packet.c +++ b/packet.c @@ -37,7 +37,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: packet.c,v 1.73 2001/12/05 03:56:39 itojun Exp $"); +RCSID("$OpenBSD: packet.c,v 1.74 2001/12/05 10:06:12 deraadt Exp $"); #include "xmalloc.h" #include "buffer.h" @@ -900,7 +900,7 @@ packet_read_poll(int *payload_len_ptr) type = packet_read_poll2(payload_len_ptr); if (type) DBG(debug("received packet type %d", type)); - switch(type) { + switch (type) { case SSH2_MSG_IGNORE: break; case SSH2_MSG_DEBUG: @@ -925,7 +925,7 @@ packet_read_poll(int *payload_len_ptr) } } else { type = packet_read_poll1(payload_len_ptr); - switch(type) { + switch (type) { case SSH_MSG_IGNORE: break; case SSH_MSG_DEBUG: -- cgit v1.2.3