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:
Marek Bel 2019-06-14 18:18:27 +02:00
parent 0cab2284ea
commit b1df1fb1f1

View File

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