]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journald: fix indentation
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Nov 2019 14:20:42 +0000 (15:20 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 31 Jan 2020 14:00:29 +0000 (15:00 +0100)
src/journal/journald-kmsg.c

index 366298758c65f006bb7fce0d9e6911f8c01fe920..0f4d7704b26ae5d263d900fe3879ab86ba800a60 100644 (file)
 #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];