Skip to content

Commit 4a9fad8

Browse files
look better
1 parent be405d1 commit 4a9fad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/managers/KeybindManager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,10 +951,10 @@ pid_t CKeybindManager::spawnWithRules(std::string args, PHLWORKSPACE pInitialWor
951951
if (r == "global")
952952
global = true;
953953
else {
954-
if (global) {
954+
if (global)
955955
for (const auto& pid : getAllPIDOf(getProcNameOf(PROC)))
956956
g_pConfigManager->addExecRule({r, (unsigned long)pid});
957-
} else
957+
else
958958
g_pConfigManager->addExecRule({r, (unsigned long)PROC});
959959
}
960960
}

0 commit comments

Comments
 (0)