summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-08-16 15:48:34 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-08-16 15:48:34 -0400
commitd46a87a45f676ccc28a293cc8124cf2270f87564 (patch)
tree0061263ffaa456b2e6441c881daa5440462a4b4e /backend
parent60a7373f31976afa757bd7a1250b49b392f7189a (diff)
downloadcups-d46a87a45f676ccc28a293cc8124cf2270f87564.tar.gz
Fix trailing whitespace.
Diffstat (limited to 'backend')
-rw-r--r--backend/usb-darwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/usb-darwin.c b/backend/usb-darwin.c
index 8f37e1bd6..1c412da6f 100644
--- a/backend/usb-darwin.c
+++ b/backend/usb-darwin.c
@@ -1279,7 +1279,7 @@ static Boolean find_device_cb(io_service_t obj, printer_interface_t printerIntf,
(*printerIntf)->GetAlternateSetting(printerIntf, &intfAltSetting);
(*printerIntf)->GetInterfaceNumber(printerIntf, &intfNumber);
(*printerIntf)->GetLocationID(printerIntf, &intfLocation);
-
+
if (intfProtocol == kUSBPrintingProtocolIPP)
return keepLooking;