浏览代码

whitespace

Scott Lahteine 3 年前
父节点
当前提交
d47e694048
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/feature/power.cpp

+ 1
- 1
Marlin/src/feature/power.cpp 查看文件

@@ -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
 

正在加载...
取消
保存