mirror of
https://github.com/polybar/polybar.git
synced 2026-02-21 11:35:45 +00:00
clang-format
This commit is contained in:
committed by
Patrick Ziegler
parent
21f6f7818a
commit
c29e4837df
@ -253,9 +253,7 @@ void controller::read_events(bool confwatch) {
|
||||
if (confwatch) {
|
||||
eloop->fs_event_handle(
|
||||
m_conf.filepath(), [this](const char* path, uv_fs_event events) { confwatch_handler(path, events); },
|
||||
[this](int err) {
|
||||
m_log.err("libuv error while watching config file for changes: %s", uv_strerror(err));
|
||||
});
|
||||
[this](int err) { m_log.err("libuv error while watching config file for changes: %s", uv_strerror(err)); });
|
||||
}
|
||||
|
||||
if (m_ipc) {
|
||||
|
||||
Reference in New Issue
Block a user