angler-fishThe Vulnerability History Project

journald: do not strip leading whitespace from messages

      Keep leading whitespace for compatibility with older syslog
implementations.  Also useful when piping formatted output to the
`logger` command.  Keep removing trailing whitespace.

Tested with `pstree | logger` and checking that the output of
`journalctl | tail` included aligned and formatted output.

Confirmed that all test cases still pass as expected.
    
commit ec5ff4445cca6a1d786b8da36cf6fe0acc0b94c8
+1 -2
expand_less