summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-09-07 06:24:26 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-09-07 06:24:26 -0400
commit620f7445dcacfbb740c55a9e4b891593c3f94910 (patch)
treee092711dae9ac1af540a2e5469493f13303248c1 /packet_states.h
parent76b2aaba9575d60230387555822b18ceeb07353a (diff)
downloadgpsd-620f7445dcacfbb740c55a9e4b891593c3f94910.tar.gz
Nuke trailing whitespace in C source.
Diffstat (limited to 'packet_states.h')
-rw-r--r--packet_states.h8
1 files changed, 4 insertions, 4 deletions
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 */