]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
clang-format 3498/head
authorEdgar Fuß <ef@math.uni-bonn.de>
Thu, 9 Jul 2020 14:31:23 +0000 (16:31 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 14:31:23 +0000 (16:31 +0200)
Re-order #includes for the sake of appeasing clang-format. Fortunately, it still compiles that way.

src/irq.c

index 3913e3b7ca3268a9d51c60ee7998a276b5f57e46..907f562b0001abfa0d60b1a25981c96592da2f85 100644 (file)
--- a/src/irq.c
+++ b/src/irq.c
 #endif
 
 #if KERNEL_NETBSD
+#include <malloc.h>
+#include <sys/evcnt.h>
 #include <sys/param.h>
-#include <sys/types.h>
 #include <sys/sysctl.h>
-#include <sys/evcnt.h>
-#include <malloc.h>
+#include <sys/types.h>
 #endif /* KERNEL_NETBSD */
 
 /*