Four Banger: Clean Up Indentation (#4322)

Make indentation consistent and match project standards
This commit is contained in:
Alex Mayer
2018-11-02 01:21:28 -04:00
committed by Drashna Jaelre
parent 7a22da9f05
commit 6eb7501eb0
3 changed files with 19 additions and 19 deletions

View File

@@ -40,7 +40,7 @@
/* key combination for command */
#define IS_COMMAND() ( \
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
#define RGB_DI_PIN E6