summaryrefslogtreecommitdiff
path: root/src/journal/journald-audit.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-12-04 09:29:54 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-04 09:29:54 +0100
commitf2a3de01167942b6c4f60a2a6742e074baba72fc (patch)
treed8224d339db57c64de5d93035bbc4da610433991 /src/journal/journald-audit.h
parentb403758ce0e02da69a32d6d695f5f8c6754558e6 (diff)
downloadsystemd-f2a3de01167942b6c4f60a2a6742e074baba72fc.tar.gz
tree-wide: add whitespace between type and variable name
Diffstat (limited to 'src/journal/journald-audit.h')
-rw-r--r--src/journal/journald-audit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journald-audit.h b/src/journal/journald-audit.h
index 7766618c98..df41f81435 100644
--- a/src/journal/journald-audit.h
+++ b/src/journal/journald-audit.h
@@ -8,4 +8,4 @@ void server_process_audit_message(Server *s, const void *buffer, size_t buffer_s
void process_audit_string(Server *s, int type, const char *data, size_t size);
-int server_open_audit(Server*s);
+int server_open_audit(Server *s);