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

src/netstat_udp.c

index cc3d9f2c6e5773d86fd0558180f96c2a6e643c56..36f3d98a213b30d34f7f54186b73eb7beaf9a001 100644 (file)
@@ -28,8 +28,8 @@
 #endif
 
 #include <sys/cdefs.h>
-#include <sys/types.h>
 #include <sys/sysctl.h>
+#include <sys/types.h>
 
 #include <netinet/in.h>
 #include <netinet/ip_var.h>