From 0f216b8618d78c43abf6037b75bbfefe28fea563 Mon Sep 17 00:00:00 2001 From: Henry Gabryjelski Date: Tue, 12 Mar 2019 13:13:58 -0700 Subject: [PATCH] Fix spacing --- src/usb/uf2/ghostfat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usb/uf2/ghostfat.c b/src/usb/uf2/ghostfat.c index 1f0e60f..c5ae379 100644 --- a/src/usb/uf2/ghostfat.c +++ b/src/usb/uf2/ghostfat.c @@ -210,7 +210,7 @@ void read_block(uint32_t block_no, uint8_t *data) { d->size = inf->content ? strlen(inf->content) : UF2_SIZE; d->startCluster = i + 2; padded_memcpy(d->name, inf->name, 11); - } + } } } else { // else Generate the UF2 file data on-the-fly sectionIdx -= START_CLUSTERS;