From b518e0266198443fcc8a4bf66be4e3642dc38405 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 4 Aug 2019 05:42:53 +0900 Subject: [PATCH] login: drop space in empty line --- src/login/logind-button.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login/logind-button.c b/src/login/logind-button.c index 86c9121f270..5598fb2c0b3 100644 --- a/src/login/logind-button.c +++ b/src/login/logind-button.c @@ -339,7 +339,7 @@ int button_open(Button *b) { return log_error_errno(errno, "Failed to get input name for %s: %m", p); (void) button_set_mask(b->name, fd); - + b->io_event_source = sd_event_source_unref(b->io_event_source); r = sd_event_add_io(b->manager->event, &b->io_event_source, fd, EPOLLIN, button_dispatch, b); if (r < 0) -- 2.39.2