Remove errant whitespace

This commit is contained in:
Neale Pickett 2017-07-28 10:44:35 -06:00
parent c79d866e30
commit 32d0992bfd
1 changed files with 1 additions and 1 deletions

2
hd.c
View File

@ -23,7 +23,7 @@ const char *charset[] = {
}; };
int int
dump(FILE * f) dump(FILE *f)
{ {
uint64_t p = 0; uint64_t p = 0;
uint8_t buf[32]; uint8_t buf[32];