From: Dagobert Michelsen Date: Sat, 10 Mar 2018 18:04:14 +0000 (+0100) Subject: Fix suggest by test clang-format X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7b0ce95e37b82b86035bdf14b1a133b4f1265eae;p=collectd.git Fix suggest by test clang-format --- 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"