Browse Source

whitespace

Scott Lahteine 4 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
     #ifdef PSU_POWEROFF_GCODE
122
     #ifdef PSU_POWEROFF_GCODE
123
       GcodeSuite::process_subcommands_now_P(PSTR(PSU_POWEROFF_GCODE));
123
       GcodeSuite::process_subcommands_now_P(PSTR(PSU_POWEROFF_GCODE));
124
     #endif
124
     #endif
125
-  	PSU_PIN_OFF();
125
+    PSU_PIN_OFF();
126
   }
126
   }
127
 }
127
 }
128
 
128
 

Loading…
Cancel
Save