Parcourir la source

Indentation in MarlinSerial.cpp

Scott Lahteine il y a 8 ans
Parent
révision
51c9c3fe2c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      Marlin/MarlinSerial.cpp

+ 2
- 2
Marlin/MarlinSerial.cpp Voir le fichier

@@ -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
       }

Chargement…
Annuler
Enregistrer