From 2ad6f3dee6bc54535003f4ab26bbc587b7efa38c Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 05:05:38 +0000 Subject: Remove trailing whitespace. --- include/protocols/routed.h | 2 +- include/protocols/timed.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'include/protocols') diff --git a/include/protocols/routed.h b/include/protocols/routed.h index d53b168..4dd83bd 100644 --- a/include/protocols/routed.h +++ b/include/protocols/routed.h @@ -61,7 +61,7 @@ struct rip { #define rip_nets ripun.ru_nets #define rip_tracefile ripun.ru_tracefile }; - + /* * Packet types. */ diff --git a/include/protocols/timed.h b/include/protocols/timed.h index cbbbdba..6c6a05e 100644 --- a/include/protocols/timed.h +++ b/include/protocols/timed.h @@ -56,14 +56,14 @@ struct tsp { #define tsp_time tsp_u.tspu_time #define tsp_hopcnt tsp_u.tspu_hopcnt - + /* * Command types. */ #define TSP_ANY 0 /* match any types */ #define TSP_ADJTIME 1 /* send adjtime */ #define TSP_ACK 2 /* generic acknowledgement */ -#define TSP_MASTERREQ 3 /* ask for master's name */ +#define TSP_MASTERREQ 3 /* ask for master's name */ #define TSP_MASTERACK 4 /* acknowledge master request */ #define TSP_SETTIME 5 /* send network time */ #define TSP_MASTERUP 6 /* inform slaves that master is up */ @@ -90,8 +90,8 @@ struct tsp { #ifdef TSPTYPES char *tsptype[TSPTYPENUMBER] = - { "ANY", "ADJTIME", "ACK", "MASTERREQ", "MASTERACK", "SETTIME", "MASTERUP", - "SLAVEUP", "ELECTION", "ACCEPT", "REFUSE", "CONFLICT", "RESOLVE", "QUIT", + { "ANY", "ADJTIME", "ACK", "MASTERREQ", "MASTERACK", "SETTIME", "MASTERUP", + "SLAVEUP", "ELECTION", "ACCEPT", "REFUSE", "CONFLICT", "RESOLVE", "QUIT", "DATE", "DATEREQ", "DATEACK", "TRACEON", "TRACEOFF", "MSITE", "MSITEREQ", "TEST", "SETDATE", "SETDATEREQ", "LOOP" }; #endif -- cgit v1.1