summaryrefslogtreecommitdiff
path: root/srecord.c
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 /srecord.c
parent76b2aaba9575d60230387555822b18ceeb07353a (diff)
downloadgpsd-620f7445dcacfbb740c55a9e4b891593c3f94910.tar.gz
Nuke trailing whitespace in C source.
Diffstat (limited to 'srecord.c')
-rw-r--r--srecord.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/srecord.c b/srecord.c
index 36d75b77..402a6e30 100644
--- a/srecord.c
+++ b/srecord.c
@@ -19,12 +19,12 @@
#include "gpsd.h"
/*
- * See srec(5) for a description of this format.
+ * See srec(5) for a description of this format.
* We read and write 4-byte addresses.
* S0: Comments
* S3: Memory Loadable Data, 4byte address
* S5: Count of S1, S2 and S3 Records
- * S7: starting execution address interpreted as a 4-byte address
+ * S7: starting execution address interpreted as a 4-byte address
*/
#define MAX_BYTES_PER_RECORD 16