From 05518d6addcb511c76e85873226e22860925a973 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 28 Jun 2018 22:58:57 -0500 Subject: [PATCH] Add newline to end of file --- Marlin/src/gcode/bedlevel/M420.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/gcode/bedlevel/M420.cpp b/Marlin/src/gcode/bedlevel/M420.cpp index 2b950ef71..bdf33a0a2 100644 --- a/Marlin/src/gcode/bedlevel/M420.cpp +++ b/Marlin/src/gcode/bedlevel/M420.cpp @@ -211,4 +211,4 @@ void GcodeSuite::M420() { report_current_position(); } -#endif // HAS_LEVELING \ No newline at end of file +#endif // HAS_LEVELING