1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 16:59:03 +03:00

basic: trivial indentation fix

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-03-13 08:32:37 +01:00
parent 7a30dfeb18
commit 6a2b82a713

View File

@ -195,7 +195,7 @@ bool is_clean_exit(int code, int status, ExitClean clean, ExitStatusSet *success
if (code == CLD_EXITED) if (code == CLD_EXITED)
return status == 0 || return status == 0 ||
(success_status && (success_status &&
set_contains(success_status->status, INT_TO_PTR(status))); set_contains(success_status->status, INT_TO_PTR(status)));
/* If a daemon does not implement handlers for some of the signals that's not considered an unclean shutdown */ /* If a daemon does not implement handlers for some of the signals that's not considered an unclean shutdown */
if (code == CLD_KILLED) if (code == CLD_KILLED)