diff options
author | QMK Bot <hello@qmk.fm> | 2020-01-24 02:15:29 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-01-24 02:15:29 +0000 |
commit | fe50883c1568b1914fcadbe0c7f029c3f9fd99f4 (patch) | |
tree | e72189597e8be880b82a44ce520522a6fdec6099 /drivers/eeprom | |
parent | d13ada11622977bcc0b530212b4405229805016d (diff) | |
download | qmk_firmware-fe50883c1568b1914fcadbe0c7f029c3f9fd99f4.tar.gz qmk_firmware-fe50883c1568b1914fcadbe0c7f029c3f9fd99f4.zip |
format code according to conventions [skip ci]
Diffstat (limited to 'drivers/eeprom')
-rw-r--r-- | drivers/eeprom/eeprom_transient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/eeprom/eeprom_transient.h b/drivers/eeprom/eeprom_transient.h index ca9d634f06..d06189b246 100644 --- a/drivers/eeprom/eeprom_transient.h +++ b/drivers/eeprom/eeprom_transient.h @@ -21,5 +21,5 @@ */ #ifndef TRANSIENT_EEPROM_SIZE # include "eeconfig.h" -# define TRANSIENT_EEPROM_SIZE (((EECONFIG_SIZE+3)/4)*4) // based off eeconfig's current usage, aligned to 4-byte sizes, to deal with LTO +# define TRANSIENT_EEPROM_SIZE (((EECONFIG_SIZE + 3) / 4) * 4) // based off eeconfig's current usage, aligned to 4-byte sizes, to deal with LTO #endif |