Sfoglia il codice sorgente

Indentation in MarlinSerial.cpp

Scott Lahteine 8 anni fa
parent
commit
51c9c3fe2c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      Marlin/MarlinSerial.cpp

+ 2
- 2
Marlin/MarlinSerial.cpp Vedi File

@@ -243,8 +243,8 @@ void MarlinSerial::flush(void) {
243 243
         // register empty flag ourselves. If it is set, pretend an
244 244
         // interrupt has happened and call the handler to free up
245 245
         // space for us.
246
-        if(TEST(M_UCSRxA, M_UDREx))
247
-       _tx_udr_empty_irq();
246
+        if (TEST(M_UCSRxA, M_UDREx))
247
+          _tx_udr_empty_irq();
248 248
       } else {
249 249
         // nop, the interrupt handler will free up space for us
250 250
       }

Loading…
Annulla
Salva