summaryrefslogtreecommitdiff
path: root/src/common_io.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:11:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:11:38 -0700
commite1a0240a3d6840b497845680c2bf6753415ba20f (patch)
tree13c44419652a0351ace77ea3dd1873abb0cb708d /src/common_io.c
parent7bfc4f806d51b85e7ae069dd6deaf0b48326ed22 (diff)
downloadxorg-lib-libpciaccess-e1a0240a3d6840b497845680c2bf6753415ba20f.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/common_io.c')
-rw-r--r--src/common_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common_io.c b/src/common_io.c
index 58628b4..f1319f8 100644
--- a/src/common_io.c
+++ b/src/common_io.c
@@ -109,7 +109,7 @@ pci_device_open_io(struct pci_device *dev, pciaddr_t base, pciaddr_t size)
ret = new_io_handle();
if (!ret)
return NULL;
-
+
if (!pci_sys->methods->open_device_io(ret, dev, bar, base, size)) {
delete_io_handle(ret);
return NULL;