format code according to conventions [skip ci]

This commit is contained in:
QMK Bot 2020-01-24 02:15:29 +00:00
parent d13ada1162
commit fe50883c15
3 changed files with 3 additions and 4 deletions

View File

@ -61,7 +61,6 @@
Attempts to modify the EEPROM_SIZE setting may brick your board.
*/
// Writing unaligned 16 or 32 bit data is handled automatically when
// this is defined, but at a cost of extra code size. Without this,
// any unaligned write will cause a hard fault exception! If you're