Fix formatting. We are never using 2 space indentation. 4 spaces are preferred, tabulator is acceptable if surrounding code uses tabs.
This commit is contained in:
parent
0cab2284ea
commit
b1df1fb1f1
1 changed files with 4 additions and 3 deletions
|
@ -3146,9 +3146,10 @@ void gcode_M701()
|
||||||
{
|
{
|
||||||
printf_P(PSTR("gcode_M701 begin\n"));
|
printf_P(PSTR("gcode_M701 begin\n"));
|
||||||
|
|
||||||
if (farm_mode){
|
if (farm_mode)
|
||||||
prusa_statistics(22);
|
{
|
||||||
}
|
prusa_statistics(22);
|
||||||
|
}
|
||||||
|
|
||||||
if (mmu_enabled)
|
if (mmu_enabled)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue