mirror of
https://github.com/systemd/systemd.git
synced 2025-02-27 01:57:35 +03:00
pid1: drop unnecessary space
This commit is contained in:
parent
b65c539088
commit
ca49e745c0
@ -98,7 +98,7 @@ int status_vprintf(const char *status, ShowStatusFlags flags, const char *format
|
||||
|
||||
if (prev_ephemeral && !FLAGS_SET(flags, SHOW_STATUS_EPHEMERAL))
|
||||
iovec[n++] = IOVEC_MAKE_STRING(ANSI_ERASE_TO_END_OF_LINE);
|
||||
prev_ephemeral = FLAGS_SET(flags, SHOW_STATUS_EPHEMERAL) ;
|
||||
prev_ephemeral = FLAGS_SET(flags, SHOW_STATUS_EPHEMERAL);
|
||||
|
||||
if (writev(fd, iovec, n) < 0)
|
||||
return -errno;
|
||||
|
Loading…
x
Reference in New Issue
Block a user