Unify KMAC code indentation

It's a little unclear what the style guidelines are for the QMK project.
But I figured that I should at least keep the indentation consistent
within the KMAC part.
This commit is contained in:
Mathias Andersson
2017-06-17 15:26:46 +02:00
parent 67e150a08a
commit df26ede131
6 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -33,5 +33,5 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this w
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
ifndef QUANTUM_DIR
include ../../../../Makefile
include ../../../../Makefile
endif