From d741bcf8a98babd49058f631ec025a1df7e3bc9a Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Tue, 13 Feb 2018 03:46:56 -0600
Subject: [PATCH] Tweak boards spacing

---
 Marlin/src/core/boards.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Marlin/src/core/boards.h b/Marlin/src/core/boards.h
index 3797f86f62..1f7993b2e5 100644
--- a/Marlin/src/core/boards.h
+++ b/Marlin/src/core/boards.h
@@ -202,8 +202,8 @@
 #define BOARD_TEENSY35_36       841   // Teensy3.5 and Teensy3.6
 #define BOARD_STM32F1R         1800   // STM3R Libmaple based STM32F1 controller
 #define BOARD_MALYAN_M200      1801   // STM32C8T6 Libmaple based stm32f1 controller
-#define BOARD_BEAST            1802  // STM32FxxxVxT6 Libmaple based stm32f4 controller
-#define BOARD_STM3R_MINI       1803  // STM32 Libmaple based stm32f1 controller
+#define BOARD_BEAST            1802   // STM32FxxxVxT6 Libmaple based stm32f4 controller
+#define BOARD_STM3R_MINI       1803   // STM32 Libmaple based stm32f1 controller
 
 //
 // ARM Cortex M7
-- 
GitLab