Browse Source

Indentations

3d-gussner 3 years ago
parent
commit
75a385d614
1 changed files with 5 additions and 5 deletions
  1. 5 5
      Firmware/Marlin_main.cpp

+ 5 - 5
Firmware/Marlin_main.cpp

@@ -8162,9 +8162,9 @@ Sigma_Exit:
     /*!
     ### M25 - Pause SD print <a href="https://reprap.org/wiki/G-code#M25:_Pause_SD_print">M25: Pause SD print</a>
     */
-	case 25:
-	case 601:
-	{
+    case 25:
+    case 601:
+    {
         if (!isPrintPaused)
         {
             st_synchronize();
@@ -8172,8 +8172,8 @@ Sigma_Exit:
             cmdqueue_pop_front(); //trick because we want skip this command (M601) after restore
             lcd_pause_print();
         }
-	}
-	break;
+    }
+    break;
 
     /*!
 	### M602 - Resume print <a href="https://reprap.org/wiki/G-code#M602:_Resume_print">M602: Resume print</a>