ソースを参照

Indentation in MarlinSerial.cpp

Scott Lahteine 8年前
コミット
51c9c3fe2c
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      Marlin/MarlinSerial.cpp

+ 2
- 2
Marlin/MarlinSerial.cpp ファイルの表示

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

読み込み中…
キャンセル
保存