Correction for style issue fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33559 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3d9c7baae6
commit
daff73b116
@ -168,8 +168,8 @@ usb_printer_device_added(usb_device newDevice, void **cookie)
|
||||
PRINTER_INTERFACE_SUBCLASS
|
||||
&& (interface->descr->interface_protocol == PIT_UNIDIRECTIONAL
|
||||
|| interface->descr->interface_protocol == PIT_BIDIRECTIONAL
|
||||
|| interface->descr->interface_protocol ==
|
||||
PIT_1284_4_COMPATIBLE)) {
|
||||
|| interface->descr->interface_protocol
|
||||
== PIT_1284_4_COMPATIBLE)) {
|
||||
|
||||
bool hasIn = false;
|
||||
bool hasOut = false;
|
||||
|
Loading…
Reference in New Issue
Block a user