From: Lennart Poettering Date: Fri, 22 Nov 2019 14:20:42 +0000 (+0100) Subject: journald: fix indentation X-Git-Tag: v245-rc1~41^2~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbac26257881ef0ad505685afd33eb4d91d3c8b9;p=thirdparty%2Fsystemd.git journald: fix indentation --- diff --git a/src/journal/journald-kmsg.c b/src/journal/journald-kmsg.c index 366298758c6..0f4d7704b26 100644 --- a/src/journal/journald-kmsg.c +++ b/src/journal/journald-kmsg.c @@ -24,11 +24,11 @@ #include "string-util.h" void server_forward_kmsg( - Server *s, - int priority, - const char *identifier, - const char *message, - const struct ucred *ucred) { + Server *s, + int priority, + const char *identifier, + const char *message, + const struct ucred *ucred) { _cleanup_free_ char *ident_buf = NULL; struct iovec iovec[5];