]> git.ipfire.org Git - thirdparty/pciutils.git/blobdiff - lib/darwin-device.c
Fix whitespace errors
[thirdparty/pciutils.git] / lib / darwin-device.c
index e6e091ddca846829863f10a6ff9d532b79af4b02..262e1e4e442dbc0170feeb70bf752dd814b6dee0 100644 (file)
@@ -82,9 +82,9 @@ darwin_detect(struct pci_access *a)
        io_connect_t           connect;
        kern_return_t          status;
 
-       service = IOServiceGetMatchingService(kIOMasterPortDefault, 
+       service = IOServiceGetMatchingService(kIOMasterPortDefault,
                                                                                                                                                                        IOServiceMatching("AppleACPIPlatformExpert"));
-       if (service) 
+       if (service)
        {
                status = IOServiceOpen(service, mach_task_self(), 0, &connect);
                IOObjectRelease(service);