common/idle_inhibitor: clang-format
This commit is contained in:
@@ -211,8 +211,8 @@ void IdleInhibitor::AllowIdle() {
|
||||
}
|
||||
|
||||
{
|
||||
std::lock_guard lock{cond_mutex};
|
||||
inhibiting_idle = false;
|
||||
std::lock_guard lock{cond_mutex};
|
||||
inhibiting_idle = false;
|
||||
}
|
||||
|
||||
if (poll_thread && poll_thread->joinable()) {
|
||||
|
||||
Reference in New Issue
Block a user