Format BSD constrained sysctl usage
[collectd.git] / src / swap.c
index ee5afa0..0e317e7 100644 (file)
@@ -49,7 +49,8 @@
 #if HAVE_SYS_PARAM_H
 #include <sys/param.h>
 #endif
-#if (defined(HAVE_SYS_SYSCTL_H) && defined(HAVE_SYSCTLBYNAME)) || defined(__OpenBSD__)
+#if (defined(HAVE_SYS_SYSCTL_H) && defined(HAVE_SYSCTLBYNAME)) ||              \
+    defined(__OpenBSD__)
 /* implies BSD variant */
 #include <sys/sysctl.h>
 #endif