Browse Source

whitespace

PavelSindler 6 years ago
parent
commit
7114772784
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Firmware/Marlin_main.cpp
  2. 1 1
      Firmware/cmdqueue.cpp

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -6167,7 +6167,7 @@ void FlushSerialRequestResend()
 // Execution of a command from a SD card will not be confirmed.
 void ClearToSend()
 {
-	previous_millis_cmd = millis();
+    previous_millis_cmd = millis();
     if (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB)
         SERIAL_PROTOCOLLNRPGM(MSG_OK);
 }

+ 1 - 1
Firmware/cmdqueue.cpp

@@ -480,7 +480,7 @@ void get_command()
           kill("", 2);
         
         // Store the current line into buffer, move to the next line.
-        cmdbuffer[bufindw] = CMDBUFFER_CURRENT_TYPE_USB;   
+        cmdbuffer[bufindw] = CMDBUFFER_CURRENT_TYPE_USB; 
 #ifdef CMDBUFFER_DEBUG
         SERIAL_ECHO_START;
         SERIAL_ECHOPGM("Storing a command line to buffer: ");