From de8d0d6b6f745b716998cd2037729e729c048fec Mon Sep 17 00:00:00 2001 From: NeroBurner Date: Tue, 12 Apr 2022 15:14:55 +0200 Subject: [PATCH] SpiNorFlash: code style fix --- sim/drivers/SpiNorFlash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/drivers/SpiNorFlash.h b/sim/drivers/SpiNorFlash.h index ceba042..ad4d090 100644 --- a/sim/drivers/SpiNorFlash.h +++ b/sim/drivers/SpiNorFlash.h @@ -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;