Browse Source

Clean trailing whitespace

Scott Lahteine 5 years ago
parent
commit
b169320a03
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/SanityCheck.h

+ 1
- 1
Marlin/src/inc/SanityCheck.h View File

@@ -655,7 +655,7 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
655 655
       #error "TOOLCHANGE_PARK requires TOOLCHANGE_PARK_XY_FEEDRATE. Please update your Configuration."
656 656
     #endif
657 657
   #endif
658
-  
658
+
659 659
   #ifndef TOOLCHANGE_ZRAISE
660 660
     #error "TOOLCHANGE_ZRAISE required for EXTRUDERS > 1. Please update your Configuration."
661 661
   #endif

Loading…
Cancel
Save