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:
parent
7a30dfeb18
commit
6a2b82a713
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user