From: Andrew Bays Date: Tue, 27 Feb 2018 19:05:14 +0000 (-0500) Subject: clang formatting X-Git-Tag: 5.10.0~18^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bbeb941d7617f7f9e01230ebfae449c16395d08;p=thirdparty%2Fcollectd.git clang formatting --- diff --git a/src/sysevent.c b/src/sysevent.c index 6ef79f957..ab4571b00 100644 --- a/src/sysevent.c +++ b/src/sysevent.c @@ -124,7 +124,7 @@ static const char *rsyslog_keys[3] = {"@timestamp", "@source_host", "@message"}; static const char *rsyslog_field_keys[5] = { "facility", "severity", "severity-num", "program", "processid"}; #endif - + /* * Private functions */