diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:11:38 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:11:38 -0700 |
commit | e1a0240a3d6840b497845680c2bf6753415ba20f (patch) | |
tree | 13c44419652a0351ace77ea3dd1873abb0cb708d /src/common_io.c | |
parent | 7bfc4f806d51b85e7ae069dd6deaf0b48326ed22 (diff) | |
download | xorg-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.c | 2 |
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; |