From 95c742ec276c7ebf2cd996cc3889d3e2d0a2874e Mon Sep 17 00:00:00 2001
From: QMK Bot <hello@qmk.fm>
Date: Sat, 25 Jul 2020 22:33:55 +0000
Subject: [PATCH] format code according to conventions [skip ci]

---
 tmk_core/common/chibios/chibios_config.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmk_core/common/chibios/chibios_config.h b/tmk_core/common/chibios/chibios_config.h
index 1dd979f6ac..b4d96465d1 100644
--- a/tmk_core/common/chibios/chibios_config.h
+++ b/tmk_core/common/chibios/chibios_config.h
@@ -24,8 +24,8 @@
 #endif
 
 // teensy
-#if defined(K20x) ||  defined(KL2x)
+#if defined(K20x) || defined(KL2x)
 #    define USE_I2CV1
-#    define USE_I2CV1_CONTRIB // for some reason a bunch of ChibiOS-Contrib boards only have clock_speed
+#    define USE_I2CV1_CONTRIB  // for some reason a bunch of ChibiOS-Contrib boards only have clock_speed
 #    define USE_GPIOV1
 #endif