summaryrefslogtreecommitdiff
path: root/srecord.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-30 13:43:33 -0700
committerGary E. Miller <gem@rellim.com>2015-04-30 13:43:33 -0700
commita5a4102ddba7e8f873a83d08328949c64240db96 (patch)
treee6577a6ad2767aee7f3b8ee70dbf5890bc6b8cf0 /srecord.c
parentd20c318487cabae5140de6749789a1b16fd880df (diff)
downloadgpsd-a5a4102ddba7e8f873a83d08328949c64240db96.tar.gz
Trailing whitespace fixup.
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 49aba590..4c4f6e7a 100644
--- a/srecord.c
+++ b/srecord.c
@@ -54,13 +54,13 @@ bin2srec(unsigned int type, unsigned int offset, unsigned int num,
return 0;
}
-// cppcheck-suppress unusedFunction
+// cppcheck-suppress unusedFunction
int srec_hdr(unsigned int num, unsigned char *bbuf, unsigned char *sbuf)
{
return bin2srec(0, 0, num, bbuf, sbuf);
}
-// cppcheck-suppress unusedFunction
+// cppcheck-suppress unusedFunction
int srec_fin(unsigned int num, unsigned char *sbuf)
{
unsigned char bbuf[4], sum;