From 4832be52d769304d9c92b470a88b47296b9af50b Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Mon, 11 Jun 2018 21:57:26 -0500
Subject: [PATCH] Followup to G29 O

---
 Marlin/src/gcode/bedlevel/abl/G29.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Marlin/src/gcode/bedlevel/abl/G29.cpp b/Marlin/src/gcode/bedlevel/abl/G29.cpp
index ff46574bd5..fb8a2e55ff 100644
--- a/Marlin/src/gcode/bedlevel/abl/G29.cpp
+++ b/Marlin/src/gcode/bedlevel/abl/G29.cpp
@@ -185,6 +185,7 @@ void GcodeSuite::G29() {
     #endif
     return;
   }
+
   // Define local vars 'static' for manual probing, 'auto' otherwise
   #if ENABLED(PROBE_MANUALLY)
     #define ABL_VAR static
-- 
GitLab