Skip to content

Commit 0f216b8

Browse files
committed
Fix spacing
1 parent e025141 commit 0f216b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usb/uf2/ghostfat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ void read_block(uint32_t block_no, uint8_t *data) {
210210
d->size = inf->content ? strlen(inf->content) : UF2_SIZE;
211211
d->startCluster = i + 2;
212212
padded_memcpy(d->name, inf->name, 11);
213-
}
213+
}
214214
}
215215
} else { // else Generate the UF2 file data on-the-fly
216216
sectionIdx -= START_CLUSTERS;

0 commit comments

Comments
 (0)