diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 08:16:23 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 08:16:23 +0000 |
commit | c86f0c7a71e7ade3e38b325c186a9cf374e0411e (patch) | |
tree | 176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/netccitt/pk.h | |
parent | 423ba8f9bc23d93bfc244aca9b12563b1c9de90d (diff) | |
download | FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.zip FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'sys/netccitt/pk.h')
-rw-r--r-- | sys/netccitt/pk.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sys/netccitt/pk.h b/sys/netccitt/pk.h index a1f8ebb..50b9b09 100644 --- a/sys/netccitt/pk.h +++ b/sys/netccitt/pk.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)pk.h 8.1 (Berkeley) 6/10/93 - * $Id: pk.h,v 1.2 1994/08/02 07:47:27 davidg Exp $ + * $Id: pk.h,v 1.3 1994/08/21 05:44:09 paul Exp $ */ #ifndef _NETCCITT_PK_H_ @@ -51,22 +51,22 @@ /* Packet type identifier field defintions. */ #define X25_CALL 11 -#define X25_CALL_ACCEPTED 15 +#define X25_CALL_ACCEPTED 15 #define X25_CLEAR 19 -#define X25_CLEAR_CONFIRM 23 -#define X25_DATA 0 -#define X25_INTERRUPT 35 -#define X25_INTERRUPT_CONFIRM 39 +#define X25_CLEAR_CONFIRM 23 +#define X25_DATA 0 +#define X25_INTERRUPT 35 +#define X25_INTERRUPT_CONFIRM 39 -#define X25_RR 1 -#define X25_RNR 5 +#define X25_RR 1 +#define X25_RNR 5 #define X25_REJECT 9 -#define X25_RESET 27 -#define X25_RESET_CONFIRM 31 +#define X25_RESET 27 +#define X25_RESET_CONFIRM 31 #define X25_DIAGNOSTIC 241 -#define X25_RESTART 251 -#define X25_RESTART_CONFIRM 255 +#define X25_RESTART 251 +#define X25_RESTART_CONFIRM 255 /* Restart cause field definitions. */ @@ -176,7 +176,7 @@ struct mbuf *pk_template (); /* * The following definitions are used in a switch statement after * determining the packet type. These values are returned by the - * pk_decode procedure. + * pk_decode procedure. */ #define CALL 0 * MAXSTATES |