bandit: Fix indent.

This commit is contained in:
joevt 2023-02-14 21:23:33 -08:00 committed by dingusdev
parent de73a36399
commit 5876cc7e17
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ uint32_t BanditHost::read(uint32_t rgn_start, uint32_t offset, int size)
return pci_conv_rd_data(device->pci_cfg_read(reg_offs, details), details);
}
LOG_READ_NON_EXISTENT_PCI_DEVICE();
return 0xFFFFFFFFUL; // PCI spec §6.1
return 0xFFFFFFFFUL; // PCI spec §6.1
case 2: // CONFIG_ADDR
return BYTESWAP_32(this->config_addr);