Skip to content

Commit 2fbceb6

Browse files
authored
Fix ControlLine enum spacing (#577)
1 parent a4ee5c2 commit 2fbceb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usbSerialForAndroid/src/main/java/com/hoho/android/usbserial/driver/UsbSerialPort.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public interface UsbSerialPort extends Closeable {
5858
int STOPBITS_2 = 2;
5959

6060
/** Values for get[Supported]ControlLines() */
61-
enum ControlLine { RTS, CTS, DTR, DSR, CD, RI }
61+
enum ControlLine { RTS, CTS, DTR, DSR, CD, RI }
6262

6363
/**
6464
* Returns the driver used by this port.

0 commit comments

Comments
 (0)