diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-04 09:29:54 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-04 09:29:54 +0100 |
commit | f2a3de01167942b6c4f60a2a6742e074baba72fc (patch) | |
tree | d8224d339db57c64de5d93035bbc4da610433991 /src/journal/journald-audit.h | |
parent | b403758ce0e02da69a32d6d695f5f8c6754558e6 (diff) | |
download | systemd-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.h | 2 |
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); |