]> andersk Git - openssh.git/blobdiff - packet.c
- deraadt@cvs.openbsd.org 2001/12/05 10:06:12
[openssh.git] / packet.c
index 441f87ac011205e6023470b6d655a78cd8d39502..32d797122360729bfe811c212b65b9914a010f48 100644 (file)
--- 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:
This page took 0.183936 seconds and 4 git commands to generate.