From fbfb48cce0771abb327907116a7b11e8c762b4f9 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 25 Oct 2018 10:52:27 -0500 Subject: [PATCH] Indent a block --- Marlin/src/HAL/HAL_STM32F4/watchdog_STM32F4.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/src/HAL/HAL_STM32F4/watchdog_STM32F4.cpp b/Marlin/src/HAL/HAL_STM32F4/watchdog_STM32F4.cpp index e7143759ba..dd4d4391c6 100644 --- a/Marlin/src/HAL/HAL_STM32F4/watchdog_STM32F4.cpp +++ b/Marlin/src/HAL/HAL_STM32F4/watchdog_STM32F4.cpp @@ -46,9 +46,9 @@ //Error_Handler(); } else { - #if PIN_EXISTS(LED) - TOGGLE(LED_PIN); // heart beat indicator - #endif + #if PIN_EXISTS(LED) + TOGGLE(LED_PIN); // heartbeat indicator + #endif } }