]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Fix whitespace errors
authorMartin Mares <mj@ucw.cz>
Sat, 1 Nov 2014 15:39:32 +0000 (16:39 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 1 Nov 2014 15:39:32 +0000 (16:39 +0100)
ChangeLog
lib/darwin-device.c

index 717f468b5050134bd9fe2d056d151165da4d93ac..25dfb8c6ad813f854c199fdb065c2dfed7e79646 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * Updated pci.ids to the today's snapshot of the database.
 
        * Fixed memory and file descriptor leak in the dump back-end.
-       
+
        * The SR-IOV capability decoder now prints the VF BAR's.
        Patch by Chris Wright, cleaned up by me.
 
 
        * Makefile: stripping of the binaries during installation can be
        overridden by the STRIP variable.
-       
+
        * lib/types.h: We use the integer types from <stdint.h> if the
        compiler claims C99 support.
 
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);