From: Lennart Poettering Date: Fri, 22 Nov 2019 14:23:17 +0000 (+0100) Subject: journald: line break overly long function header X-Git-Tag: v245-rc1~41^2~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8548f4f09ba6b257a919d111437079720dd1c70c;p=thirdparty%2Fsystemd.git journald: line break overly long function header --- diff --git a/src/journal/journald-syslog.c b/src/journal/journald-syslog.c index a60a259bc49..decf569dd77 100644 --- a/src/journal/journald-syslog.c +++ b/src/journal/journald-syslog.c @@ -25,7 +25,12 @@ /* Warn once every 30s if we missed syslog message */ #define WARN_FORWARD_SYSLOG_MISSED_USEC (30 * USEC_PER_SEC) -static void forward_syslog_iovec(Server *s, const struct iovec *iovec, unsigned n_iovec, const struct ucred *ucred, const struct timeval *tv) { +static void forward_syslog_iovec( + Server *s, + const struct iovec *iovec, + unsigned n_iovec, + const struct ucred *ucred, + const struct timeval *tv) { static const union sockaddr_union sa = { .un.sun_family = AF_UNIX,