Browse Source

Clean up tab/whitespace from last commit

Ketil Froyn 12 years ago
parent
commit
f036be7c4e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Marlin_main.cpp

+ 2
- 2
Marlin/Marlin_main.cpp View File

@@ -397,11 +397,11 @@ void loop()
397 397
 	  card.write_command(cmdbuffer[bufindr]);
398 398
           if(card.logging)
399 399
           {
400
-	    process_commands();
400
+            process_commands();
401 401
           }
402 402
           else
403 403
           {
404
-	    SERIAL_PROTOCOLLNPGM(MSG_OK);
404
+            SERIAL_PROTOCOLLNPGM(MSG_OK);
405 405
           }
406 406
 	}
407 407
 	else

Loading…
Cancel
Save