]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journald: line break overly long function header
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Nov 2019 14:23:17 +0000 (15:23 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 31 Jan 2020 14:00:49 +0000 (15:00 +0100)
src/journal/journald-syslog.c

index a60a259bc49e587d5b1f2c3aba3708dea906a307..decf569dd7737434c08b1add8526d3e1040e575b 100644 (file)
 /* 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,