Skip to content

Commit de8d0d6

Browse files
committed
SpiNorFlash: code style fix
1 parent 7194e3e commit de8d0d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sim/drivers/SpiNorFlash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Pinetime {
1313
SpiNorFlash(SpiNorFlash&&) = delete;
1414
SpiNorFlash& operator=(SpiNorFlash&&) = delete;
1515

16-
struct __attribute__((packed)) Identification{
16+
struct __attribute__((packed)) Identification {
1717
uint8_t manufacturer = 0;
1818
uint8_t type = 0;
1919
uint8_t density = 0;

0 commit comments

Comments
 (0)