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. --- srecord.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'srecord.c') 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 -- cgit v1.2.1