From: Reto Schneider Date: Fri, 16 Mar 2012 19:36:05 +0000 (+0100) Subject: Purely cosmetic change: add missing newline X-Git-Tag: v0.1.0~1^2~9^2~11 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/81ac15ca7bd31d54a72aea8c93c87bdb49dd272b Purely cosmetic change: add missing newline --- diff --git a/src/am7xxx.c b/src/am7xxx.c index f04b638..30e689f 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -244,6 +244,7 @@ static void debug_dump_header(am7xxx_context *ctx, struct am7xxx_header *h) (void)ctx; (void)h; } + static void trace_dump_buffer(am7xxx_context *ctx, const char *message, uint8_t *buffer, unsigned int len) {