mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 04:25:58 +01:00
fix: clang-format
This commit is contained in:
parent
a00589aefc
commit
c08c924437
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ static std::string execAndGet(std::string cmd) {
|
||||||
cmd += " 2>&1";
|
cmd += " 2>&1";
|
||||||
|
|
||||||
CProcess proc("/bin/sh", {cmd});
|
CProcess proc("/bin/sh", {cmd});
|
||||||
|
|
||||||
if (!proc.runSync())
|
if (!proc.runSync())
|
||||||
return "error";
|
return "error";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue