=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- src/usr.bin/ssh/packet.c 2001/12/05 03:56:39 1.73 +++ src/usr.bin/ssh/packet.c 2001/12/05 10:06:12 1.74 @@ -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 @@ 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 @@ } } else { type = packet_read_poll1(payload_len_ptr); - switch(type) { + switch (type) { case SSH_MSG_IGNORE: break; case SSH_MSG_DEBUG: