SpiNorFlash: code style fix

main
NeroBurner 2022-04-12 15:14:55 +07:00
parent 7194e3e38e
commit de8d0d6b6f
1 changed files with 1 additions and 1 deletions

@ -13,7 +13,7 @@ namespace Pinetime {
SpiNorFlash(SpiNorFlash&&) = delete;
SpiNorFlash& operator=(SpiNorFlash&&) = delete;
struct __attribute__((packed)) Identification{
struct __attribute__((packed)) Identification {
uint8_t manufacturer = 0;
uint8_t type = 0;
uint8_t density = 0;