Skip to content

Commit 1fa0a8b

Browse files
committed
fix broken clang-format to run pipeline
1 parent 94883be commit 1fa0a8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ int main(int argc, char* argv[]) {
109109

110110
std::signal(SIGUSR1, SIG_IGN);
111111
std::signal(SIGUSR2, SIG_IGN);
112-
std::signal(SIGINT, SIG_IGN);
112+
std::signal(SIGINT, SIG_IGN);
113113

114114
delete client;
115115
return ret;

src/modules/temperature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ auto waybar::modules::Temperature::update() -> void {
7777
} else if (warning) {
7878
format = config_["format-warning"].isString() ? config_["format-warning"].asString() : format;
7979
label_.get_style_context()->add_class("warning");
80-
} else {
80+
} else {
8181
label_.get_style_context()->remove_class("critical");
8282
label_.get_style_context()->remove_class("warning");
8383
}

0 commit comments

Comments
 (0)