mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
[ACPI]
- Fix some broken indentation (and GCC6 -Wmisleading-indentation warnings with it) svn path=/trunk/; revision=73637
This commit is contained in:
parent
ceeeea30e1
commit
5eebde25c0
2 changed files with 73 additions and 73 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue