Browse Source

Clean up whitespace

Scott Lahteine 4 years ago
parent
commit
0e6ef65aec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/pinsDebug.h

+ 1
- 1
Marlin/src/pins/pinsDebug.h View File

@@ -55,7 +55,7 @@
55 55
   #elif SERIAL_PORT == 2
56 56
     static const char RXD_NAME_2[] PROGMEM = { "RXD2" };
57 57
     static const char TXD_NAME_2[] PROGMEM = { "TXD2" };
58
-  #elif SERIAL_PORT == 3 
58
+  #elif SERIAL_PORT == 3
59 59
     static const char RXD_NAME_3[] PROGMEM = { "RXD3" };
60 60
     static const char TXD_NAME_3[] PROGMEM = { "TXD3" };
61 61
   #endif

Loading…
Cancel
Save