diff options
author | njl <njl@FreeBSD.org> | 2004-12-27 05:36:47 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-12-27 05:36:47 +0000 |
commit | 827b2021838ca12085b1848d239ceebbae0298b0 (patch) | |
tree | c28a270497b4149183f83826edab6465132da4ef /sys/dev/acpica/acpi_pcib_pci.c | |
parent | 1e5940b06a89b0dc41a9d449ec503d39d159ef33 (diff) | |
download | FreeBSD-src-827b2021838ca12085b1848d239ceebbae0298b0.zip FreeBSD-src-827b2021838ca12085b1848d239ceebbae0298b0.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'sys/dev/acpica/acpi_pcib_pci.c')
-rw-r--r-- | sys/dev/acpica/acpi_pcib_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi_pcib_pci.c b/sys/dev/acpica/acpi_pcib_pci.c index a4c587f..35c3f3d 100644 --- a/sys/dev/acpica/acpi_pcib_pci.c +++ b/sys/dev/acpica/acpi_pcib_pci.c @@ -55,12 +55,12 @@ struct acpi_pcib_softc { ACPI_HANDLE ap_handle; ACPI_BUFFER ap_prt; /* interrupt routing table */ }; - + struct acpi_pcib_lookup_info { UINT32 address; ACPI_HANDLE handle; }; - + static int acpi_pcib_pci_probe(device_t bus); static int acpi_pcib_pci_attach(device_t bus); static int acpi_pcib_pci_resume(device_t bus); |