uuidd: fix misleading indentation

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2020-11-21 22:16:48 +00:00
parent f187035d73
commit ef6ac59689
No known key found for this signature in database
GPG Key ID: 0D46FEF7E61DBB46
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ static void server_loop(const char *socket_path, const char *pidfile_path,
if (errno == EAGAIN)
continue;
warn(_("poll failed"));
all_done(uuidd_cxt, EXIT_FAILURE);
all_done(uuidd_cxt, EXIT_FAILURE);
}
if (ret == 0) { /* true when poll() times out */
if (uuidd_cxt->debug)