]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/update-utmp/update-utmp.c
tree-wide: drop {} from one-line if blocks
[thirdparty/systemd.git] / src / update-utmp / update-utmp.c
index a91c3353814ced4cb8901d552cea22eb699a1e67..b2998dce43c409401b3f731443f5efc5bcce5c33 100644 (file)
@@ -210,11 +210,9 @@ static int on_runlevel(Context *c) {
                              runlevel > 0 ? runlevel : 'N') < 0)
                         return log_oom();
 
-                if (audit_log_user_comm_message(c->audit_fd, AUDIT_SYSTEM_RUNLEVEL, s, "systemd-update-utmp", NULL, NULL, NULL, 1) < 0 &&
-                    errno != EPERM) {
+                if (audit_log_user_comm_message(c->audit_fd, AUDIT_SYSTEM_RUNLEVEL, s, "systemd-update-utmp", NULL, NULL, NULL, 1) < 0 && errno != EPERM)
                         r = log_error_errno(errno,
                                             "Failed to send audit message: %m");
-                }
         }
 #endif