From 7b0ce95e37b82b86035bdf14b1a133b4f1265eae Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen Date: Sat, 10 Mar 2018 19:04:14 +0100 Subject: [PATCH] Fix suggest by test clang-format --- src/daemon/utils_subst_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/utils_subst_test.c b/src/daemon/utils_subst_test.c index 53792191..20560966 100644 --- a/src/daemon/utils_subst_test.c +++ b/src/daemon/utils_subst_test.c @@ -24,8 +24,8 @@ * Florian octo Forster */ -#include "common.h" /* for STATIC_ARRAY_SIZE */ #include "collectd.h" +#include "common.h" /* for STATIC_ARRAY_SIZE */ #include "testing.h" #include "utils_subst.h" -- 2.11.0