Module Name:    xsrc
Committed By:   wiz
Date:           Wed Jun 12 09:58:54 UTC 2013

Modified Files:
        xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c

Log Message:
Remove trailing whitespace (reduce diff to upstream).


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
    xsrc/external/mit/libpciaccess/dist/src/netbsd_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/libpciaccess/dist/src/netbsd_pci.c
diff -u xsrc/external/mit/libpciaccess/dist/src/netbsd_pci.c:1.11 xsrc/external/mit/libpciaccess/dist/src/netbsd_pci.c:1.12
--- xsrc/external/mit/libpciaccess/dist/src/netbsd_pci.c:1.11	Mon Jun  3 19:08:56 2013
+++ xsrc/external/mit/libpciaccess/dist/src/netbsd_pci.c	Wed Jun 12 09:58:54 2013
@@ -75,7 +75,7 @@ static int nbuses = 0;		/* number of bus
  * With all this we should be able to use any PCI graphics device on any PCI
  * bus on any architecture as long as Xorg has a driver, without allowing
  * arbitrary mappings via /dev/mem and without userland having to know or care
- * about translating bus addresses to physical addresses or the other way 
+ * about translating bus addresses to physical addresses or the other way
  * around.
  */
 
@@ -503,10 +503,10 @@ pci_device_netbsd_read_rom(struct pci_de
 	}
     }
 
-    fprintf(stderr, "Using rom_base = 0x%lx 0x%lx (pci_rom=%d)\n", 
+    fprintf(stderr, "Using rom_base = 0x%lx 0x%lx (pci_rom=%d)\n",
         (long)rom_base, (long)rom_size, pci_rom);
 
-    bios = mmap(NULL, rom_size, PROT_READ, MAP_SHARED, buses[dev->domain].fd, 
+    bios = mmap(NULL, rom_size, PROT_READ, MAP_SHARED, buses[dev->domain].fd,
         (off_t)rom_base);
     if (bios == MAP_FAILED) {
 	int serrno = errno;

Reply via email to