Readded the whitespace from the original code

This commit is contained in:
martuscellifaria
2026-06-12 09:52:03 +02:00
parent eb3669decc
commit 0bc664a99e
+1
View File
@@ -49,6 +49,7 @@ void waybar::modules::Custom::delayWorker() {
int status; int status;
waitpid(i, &status, 0); waitpid(i, &status, 0);
} }
this->pid_children_.clear(); this->pid_children_.clear();
bool can_update = true; bool can_update = true;