- Fix some broken indentation (and GCC6 -Wmisleading-indentation warnings with it)

svn path=/trunk/; revision=73637
This commit is contained in:
Thomas Faber 2017-01-30 19:20:54 +00:00
parent ceeeea30e1
commit 5eebde25c0
2 changed files with 73 additions and 73 deletions

View file

@ -728,7 +728,7 @@ Bus_PDO_QueryDeviceText(
else if (wcsstr(DeviceData->HardwareIDs, L"PNP0C0B") != 0)
Temp = L"ACPI Fan";
else if (wcsstr(DeviceData->HardwareIDs, L"PNP0A03") != 0 ||
wcsstr(DeviceData->HardwareIDs, L"PNP0A08") != 0 )
wcsstr(DeviceData->HardwareIDs, L"PNP0A08") != 0)
Temp = L"PCI Root Bridge";
else if (wcsstr(DeviceData->HardwareIDs, L"PNP0C0A") != 0)
Temp = L"ACPI Battery";