Browse Source

Indentation in MarlinSerial.cpp

Scott Lahteine 8 years ago
parent
commit
51c9c3fe2c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/MarlinSerial.cpp

+ 2
- 2
Marlin/MarlinSerial.cpp View File

243
         // register empty flag ourselves. If it is set, pretend an
243
         // register empty flag ourselves. If it is set, pretend an
244
         // interrupt has happened and call the handler to free up
244
         // interrupt has happened and call the handler to free up
245
         // space for us.
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
       } else {
248
       } else {
249
         // nop, the interrupt handler will free up space for us
249
         // nop, the interrupt handler will free up space for us
250
       }
250
       }

Loading…
Cancel
Save