From fe50883c1568b1914fcadbe0c7f029c3f9fd99f4 Mon Sep 17 00:00:00 2001 From: QMK Bot Date: Fri, 24 Jan 2020 02:15:29 +0000 Subject: format code according to conventions [skip ci] --- tmk_core/common/arm_atsam/eeprom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmk_core/common/arm_atsam/eeprom.c') diff --git a/tmk_core/common/arm_atsam/eeprom.c b/tmk_core/common/arm_atsam/eeprom.c index a69f38282..ccd5d15a5 100644 --- a/tmk_core/common/arm_atsam/eeprom.c +++ b/tmk_core/common/arm_atsam/eeprom.c @@ -18,7 +18,7 @@ #ifndef EEPROM_SIZE # include "eeconfig.h" -# define EEPROM_SIZE (((EECONFIG_SIZE+3)/4)*4) // based off eeconfig's current usage, aligned to 4-byte sizes, to deal with LTO +# define EEPROM_SIZE (((EECONFIG_SIZE + 3) / 4) * 4) // based off eeconfig's current usage, aligned to 4-byte sizes, to deal with LTO #endif __attribute__((aligned(4))) static uint8_t buffer[EEPROM_SIZE]; -- cgit v1.2.3