Skip to content

Commit f2b2a75

Browse files
committed
Fix line length
1 parent 8a63517 commit f2b2a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/usb4java/javax/AbstractIrpQueue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ final void process()
108108
irp.setUsbException(e);
109109
}
110110

111-
// Get next IRP and mark the thread as closing before sending the
112-
// events for the previous IRP
111+
// Get next IRP and mark the thread as closing before sending
112+
// the events for the previous IRP
113113
final T nextIrp = this.irps.poll();
114114
if (nextIrp == null) this.processor = null;
115115

0 commit comments

Comments
 (0)