Skip to content

Commit

Permalink
Fix Clang static analiser' warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lvs1974 committed Dec 2, 2022
1 parent 81eac62 commit 63b55af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HibernationFixup/kern_hbfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ IOReturn HBFX::X86PlatformPlugin_sleepPolicyHandler(void * target, IOPMSystemSle
{
DBGLOG("HBFX", "%02d.%02d.%04d %02d:%02d:%02d: Auto hibernate: %d seconds to standby, cancel hibernate",
tm.tm_mday, tm.tm_mon, tm.tm_year, tm.tm_hour, tm.tm_min, tm.tm_sec, vars->standbyTimer);
setupHibernate = false;
return result;
}
else
Expand Down

0 comments on commit 63b55af

Please sign in to comment.