Browse Source

Fix formatting. We are never using 2 space indentation. 4 spaces are preferred, tabulator is acceptable if surrounding code uses tabs.

Marek Bel 5 years ago
parent
commit
b1df1fb1f1
1 changed files with 4 additions and 3 deletions
  1. 4 3
      Firmware/Marlin_main.cpp

+ 4 - 3
Firmware/Marlin_main.cpp

@@ -3146,9 +3146,10 @@ void gcode_M701()
 {
 	printf_P(PSTR("gcode_M701 begin\n"));
 
-  if (farm_mode){
-    prusa_statistics(22);
-  }
+	if (farm_mode)
+	{
+		prusa_statistics(22);
+	}
 
 	if (mmu_enabled) 
 	{