From: Yu Watanabe Date: Sat, 3 Aug 2019 20:42:53 +0000 (+0900) Subject: login: drop space in empty line X-Git-Tag: v243-rc2~64^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b518e0266198443fcc8a4bf66be4e3642dc38405;p=thirdparty%2Fsystemd.git login: drop space in empty line --- 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)