mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix indentation.
Overlooked by: n_himba@FreeBSD.org but not bde@FreeBSD.org
This commit is contained in:
parent
3cbd7cadf5
commit
4bb38e7b78
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ adw_pci_attach(device_t dev)
|
|||
regs_type = 0;
|
||||
regs_id = 0;
|
||||
#ifdef ADW_ALLOW_MEMIO
|
||||
if ((command & PCIM_CMD_MEMEN) != 0) {
|
||||
if ((command & PCIM_CMD_MEMEN) != 0) {
|
||||
regs_type = SYS_RES_MEMORY;
|
||||
regs_id = ADW_PCI_MEMBASE;
|
||||
regs = bus_alloc_resource(dev, regs_type,
|
||||
|
|
|
|||
Loading…
Reference in a new issue