From 5876cc7e174d1d538afa0c00d6c2779dce744e4d Mon Sep 17 00:00:00 2001 From: joevt Date: Tue, 14 Feb 2023 21:23:33 -0800 Subject: [PATCH] bandit: Fix indent. --- devices/common/pci/bandit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/common/pci/bandit.cpp b/devices/common/pci/bandit.cpp index 1d24da2..0a05c68 100644 --- a/devices/common/pci/bandit.cpp +++ b/devices/common/pci/bandit.cpp @@ -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);