From 32d0992bfdca6e2d5b92cabc66b2008ac422eac3 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 28 Jul 2017 10:44:35 -0600 Subject: [PATCH] Remove errant whitespace --- hd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hd.c b/hd.c index 9a9e37e..03e7205 100644 --- a/hd.c +++ b/hd.c @@ -23,7 +23,7 @@ const char *charset[] = { }; int -dump(FILE * f) +dump(FILE *f) { uint64_t p = 0; uint8_t buf[32];