From a5a4102ddba7e8f873a83d08328949c64240db96 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Thu, 30 Apr 2015 13:43:33 -0700 Subject: Trailing whitespace fixup. --- srecord.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'srecord.c') 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; -- cgit v1.2.1