summaryrefslogtreecommitdiff
path: root/quantum/rgblight_post_config.h
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-08-30 11:19:03 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-10-01 10:21:12 +0900
commit93f6749e06b70ba81e15f8b77e5a18675dacddfe (patch)
treefcf75ef930800a948e5a3ba015d6759889f2284d /quantum/rgblight_post_config.h
parentda34bddba16ba7a8495dc30bfe4542551ba87ed4 (diff)
clang-format changes
Diffstat (limited to 'quantum/rgblight_post_config.h')
-rw-r--r--quantum/rgblight_post_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/rgblight_post_config.h b/quantum/rgblight_post_config.h
index 048746c4b7..3c14cb6109 100644
--- a/quantum/rgblight_post_config.h
+++ b/quantum/rgblight_post_config.h
@@ -1,5 +1,5 @@
#if defined(RGBLED_SPLIT) && !defined(RGBLIGHT_SPLIT)
- // When RGBLED_SPLIT is defined,
- // it is considered that RGBLIGHT_SPLIT is defined implicitly.
- #define RGBLIGHT_SPLIT
+// When RGBLED_SPLIT is defined,
+// it is considered that RGBLIGHT_SPLIT is defined implicitly.
+# define RGBLIGHT_SPLIT
#endif