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:
@@ -168,8 +168,8 @@ usb_printer_device_added(usb_device newDevice, void **cookie)
|
|||||||
PRINTER_INTERFACE_SUBCLASS
|
PRINTER_INTERFACE_SUBCLASS
|
||||||
&& (interface->descr->interface_protocol == PIT_UNIDIRECTIONAL
|
&& (interface->descr->interface_protocol == PIT_UNIDIRECTIONAL
|
||||||
|| interface->descr->interface_protocol == PIT_BIDIRECTIONAL
|
|| interface->descr->interface_protocol == PIT_BIDIRECTIONAL
|
||||||
|| interface->descr->interface_protocol ==
|
|| interface->descr->interface_protocol
|
||||||
PIT_1284_4_COMPATIBLE)) {
|
== PIT_1284_4_COMPATIBLE)) {
|
||||||
|
|
||||||
bool hasIn = false;
|
bool hasIn = false;
|
||||||
bool hasOut = false;
|
bool hasOut = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user