diff --git a/Marlin/gcode.h b/Marlin/gcode.h
index aa51a57b012f2d24f0a5e40120d7736efab13a76..3884bd60d21e7a25b876427caa36542f09c9038f 100644
--- a/Marlin/gcode.h
+++ b/Marlin/gcode.h
@@ -38,7 +38,7 @@
 #if ENABLED(DEBUG_GCODE_PARSER)
   #if ENABLED(AUTO_BED_LEVELING_UBL)
     extern char* hex_address(const void * const w);
-  #else  
+  #else
     #include "hex_print_routines.h"
   #endif
   #include "serial.h"
diff --git a/Marlin/twibus.h b/Marlin/twibus.h
index 5d496393498c32f5a3ddbc6fd23104a36af52456..03763972a7ecd0d19a34f96a3cbf545aa480ac7c 100644
--- a/Marlin/twibus.h
+++ b/Marlin/twibus.h
@@ -48,8 +48,8 @@ typedef void (*twiRequestFunc_t)();
  * for the host to interpret.
  *
  *  For more information see
- *    - http://marlinfw.org/docs/gcode/M260.html 
- *    - http://marlinfw.org/docs/gcode/M261.html 
+ *    - http://marlinfw.org/docs/gcode/M260.html
+ *    - http://marlinfw.org/docs/gcode/M261.html
  *
  */
 class TWIBus {
diff --git a/Marlin/ubl_motion.cpp b/Marlin/ubl_motion.cpp
index 7e037d40a4875885892956d487e7719b2aecd31a..45fe4caf91ff5a89d3325525825a8f3e1d63aece 100644
--- a/Marlin/ubl_motion.cpp
+++ b/Marlin/ubl_motion.cpp
@@ -31,7 +31,7 @@
   #include <math.h>
 
   extern float destination[XYZE];
-  
+
   #if AVR_AT90USB1286_FAMILY  // Teensyduino & Printrboard IDE extensions have compile errors without this
     inline void set_current_to_destination() { COPY(current_position, destination); }
   #else
diff --git a/Marlin/ultralcd_impl_HD44780.h b/Marlin/ultralcd_impl_HD44780.h
index 40187f79a80294cee8318407ac9873c3450c0d3c..554c54c3625b6df14619a54cabe50b212e7bddc4 100644
--- a/Marlin/ultralcd_impl_HD44780.h
+++ b/Marlin/ultralcd_impl_HD44780.h
@@ -1085,7 +1085,7 @@ static void lcd_implementation_status_screen() {
 
 #if ENABLED(AUTO_BED_LEVELING_UBL)
 
-  /* 
+  /**
    * These are just basic data for the 20x4 LCD work that
    * is coming up very soon.
    * Soon this will morph into a map code.