Browse Source

Indent a block

Scott Lahteine 6 years ago
parent
commit
fbfb48cce0
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/src/HAL/HAL_STM32F4/watchdog_STM32F4.cpp

+ 3
- 3
Marlin/src/HAL/HAL_STM32F4/watchdog_STM32F4.cpp View File

@@ -46,9 +46,9 @@
46 46
       //Error_Handler();
47 47
     }
48 48
     else {
49
-    #if PIN_EXISTS(LED)
50
-      TOGGLE(LED_PIN);  // heart beat indicator
51
-    #endif
49
+      #if PIN_EXISTS(LED)
50
+        TOGGLE(LED_PIN);  // heartbeat indicator
51
+      #endif
52 52
     }
53 53
   }
54 54
 

Loading…
Cancel
Save