Browse Source

Fix indentation.

Marek Bel 4 years ago
parent
commit
e0f46f128d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Firmware/mmu.cpp

+ 3 - 3
Firmware/mmu.cpp

@@ -267,9 +267,9 @@ void mmu_loop(void)
 			FDEBUG_PRINTF_P(PSTR("MMU => '%dok'\n"), mmu_finda);
 			puts_P(PSTR("MMU - ENABLED"));
 			mmu_enabled = true;
-//-//
-// ... PrinterType/Name
-fSetMmuMode(true);
+            //-//
+            // ... PrinterType/Name
+            fSetMmuMode(true);
 			mmu_state = S::Idle;
 		}
 		return;