浏览代码

Fix identation by tab

There was a tab instead of spaces
GMagician 7 年前
父节点
当前提交
6127154af3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/Conditionals_LCD.h

+ 1
- 1
Marlin/Conditionals_LCD.h 查看文件

379
     #if NUM_SERVOS == 1
379
     #if NUM_SERVOS == 1
380
       #undef SERVO_DELAY
380
       #undef SERVO_DELAY
381
       #define SERVO_DELAY { 50 }
381
       #define SERVO_DELAY { 50 }
382
-	#endif
382
+    #endif
383
     #ifndef BLTOUCH_DELAY
383
     #ifndef BLTOUCH_DELAY
384
       #define BLTOUCH_DELAY 375
384
       #define BLTOUCH_DELAY 375
385
     #endif
385
     #endif

正在加载...
取消
保存