Browse Source

whitespace

Scott Lahteine 3 years ago
parent
commit
d47e694048
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/power.cpp

+ 1
- 1
Marlin/src/feature/power.cpp View File

@@ -122,7 +122,7 @@ void Power::power_off() {
122 122
     #ifdef PSU_POWEROFF_GCODE
123 123
       GcodeSuite::process_subcommands_now_P(PSTR(PSU_POWEROFF_GCODE));
124 124
     #endif
125
-  	PSU_PIN_OFF();
125
+    PSU_PIN_OFF();
126 126
   }
127 127
 }
128 128
 

Loading…
Cancel
Save