diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-02-16 11:33:03 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 11:33:03 +1100 |
commit | b0e161e33d8ec030c6965daa57a76ec70b1a1122 (patch) | |
tree | 594e4fbd51bcf56619ac0071ccea036a06cdebff /tmk_core/common | |
parent | d1806a26e4ad75fa0e0405283803eba22c1a49ba (diff) |
Format code according to conventions (#11928)
Co-authored-by: QMK Bot <hello@qmk.fm>
Diffstat (limited to 'tmk_core/common')
-rw-r--r-- | tmk_core/common/eeconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/eeconfig.h b/tmk_core/common/eeconfig.h index d66c4199c2..86b9e6f99b 100644 --- a/tmk_core/common/eeconfig.h +++ b/tmk_core/common/eeconfig.h @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <stdbool.h> #ifndef EECONFIG_MAGIC_NUMBER -# define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEEB // When changing, decrement this value to avoid future re-init issues +# define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEEB // When changing, decrement this value to avoid future re-init issues #endif #define EECONFIG_MAGIC_NUMBER_OFF (uint16_t)0xFFFF |