X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fmeta_data_test.c;h=ca80836441f30b029803924814085a82bd7bee2a;hb=614660f40c32b5af9b6c4852e4e370fc3953a5c8;hp=803c7454591b81a671ff49792ff8219fea65bb48;hpb=2079ee1517e34de372f58e7e2267ad5c71a8a41f;p=collectd.git diff --git a/src/daemon/meta_data_test.c b/src/daemon/meta_data_test.c index 803c7454..ca808364 100644 --- a/src/daemon/meta_data_test.c +++ b/src/daemon/meta_data_test.c @@ -24,9 +24,10 @@ * Florian octo Forster */ -#include "common.h" /* for STATIC_ARRAY_SIZE */ #include "collectd.h" +#include "common.h" /* for STATIC_ARRAY_SIZE */ + #include "meta_data.h" #include "testing.h" @@ -37,7 +38,7 @@ DEF_TEST(base) { int64_t si; uint64_t ui; double d; - _Bool b; + bool b; CHECK_NOT_NULL(m = meta_data_create()); @@ -114,5 +115,3 @@ int main(void) { END_TEST; } - -/* vim: set sw=2 sts=2 et : */