Skip to content

Commit

Permalink
clang format trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
an-prata committed Dec 29, 2023
1 parent 6b860f8 commit 19bf4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/custom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ waybar::modules::Custom::Custom(const std::string& name, const std::string& id,
fp_(nullptr),
pid_(-1) {
dp.emit();
if (!config_["signal"].empty() && config_["interval"].empty() &&
if (!config_["signal"].empty() && config_["interval"].empty() &&
config_["restart-interval"].empty()) {
waitingWorker();
} else if (interval_.count() > 0) {
Expand Down

0 comments on commit 19bf4d0

Please sign in to comment.