Skip to content

Commit

Permalink
Fix ControlLine enum spacing (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey authored Jun 1, 2024
1 parent a4ee5c2 commit 2fbceb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public interface UsbSerialPort extends Closeable {
int STOPBITS_2 = 2;

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

/**
* Returns the driver used by this port.
Expand Down

0 comments on commit 2fbceb6

Please sign in to comment.