Skip to content

Commit

Permalink
fix indentation at line 284
Browse files Browse the repository at this point in the history
  • Loading branch information
Zormeister authored Aug 28, 2024
1 parent c786014 commit 7e7ba3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lilu/Sources/kern_devinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ void DeviceInfo::grabDevicesFromPciRoot(IORegistryEntry *pciRoot) {
case GenericAMDKbMlCzStnWr:
case GenericAMDTrinity:
DBGLOG("dev", "found IGPU device %s at %s", safeString(pciobj->getName()), safeString(name));
videoBuiltin = pciobj;
videoBuiltin = pciobj;
requestedExternalSwitchOff |= videoBuiltin->getProperty(RequestedExternalSwitchOffName) != nullptr;
continue;
default:
Expand Down

0 comments on commit 7e7ba3f

Please sign in to comment.