Skip to content

Commit d4f5695

Browse files
look better
1 parent b0ab09b commit d4f5695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/managers/KeybindManager.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -925,10 +925,10 @@ pid_t CKeybindManager::spawnWithRules(std::string args, PHLWORKSPACE pInitialWor
925925
if (r == "global")
926926
global = true;
927927
else {
928-
if (global) {
928+
if (global)
929929
for (const auto& pid : getAllPIDOf(getProcNameOf(PROC)))
930930
g_pConfigManager->addExecRule({r, (unsigned long)pid});
931-
} else
931+
else
932932
g_pConfigManager->addExecRule({r, (unsigned long)PROC});
933933
}
934934
}

0 commit comments

Comments
 (0)