From 620f7445dcacfbb740c55a9e4b891593c3f94910 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 7 Sep 2012 06:24:26 -0400 Subject: Nuke trailing whitespace in C source. --- packet_states.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packet_states.h') diff --git a/packet_states.h b/packet_states.h index b2bfeac9..f7769f76 100644 --- a/packet_states.h +++ b/packet_states.h @@ -13,9 +13,9 @@ NMEA_PASHR_A, /* grind through recognizing $PASHR */ NMEA_PASHR_S, /* grind through recognizing $PASHR */ NMEA_PASHR_H, /* grind through recognizing $PASHR */ - NMEA_BINARY_BODY, /* Ashtech-style binary packet body, skip until \r\n */ - NMEA_BINARY_CR, /* \r on end of Ashtech-style binary packet */ - NMEA_BINARY_NL, /* \n on end of Ashtech-style binary packet */ + NMEA_BINARY_BODY, /* Ashtech-style binary packet body, skip until \r\n */ + NMEA_BINARY_CR, /* \r on end of Ashtech-style binary packet */ + NMEA_BINARY_NL, /* \n on end of Ashtech-style binary packet */ NMEA_CR, /* seen terminating \r of NMEA packet */ NMEA_RECOGNIZED, /* saw trailing \n of NMEA packet */ @@ -58,7 +58,7 @@ SIRF_LENGTH_1, /* seen first byte of SiRF length */ SIRF_PAYLOAD, /* we're in a SiRF payload part */ SIRF_DELIVERED, /* saw last byte of SiRF payload/checksum */ - SIRF_TRAILER_1, /* saw first byte of SiRF trailer */ + SIRF_TRAILER_1, /* saw first byte of SiRF trailer */ SIRF_RECOGNIZED, /* saw second byte of SiRF trailer */ #endif /* SIRF_ENABLE */ -- cgit v1.2.1