diff --git a/tests/bufr_check_descriptors.c b/tests/bufr_check_descriptors.c index 95ebe7136..e1d2ac14e 100644 --- a/tests/bufr_check_descriptors.c +++ b/tests/bufr_check_descriptors.c @@ -14,13 +14,13 @@ static const size_t MIN_NUM_COLUMNS = 8; #define NUMBER(a) (sizeof(a) / sizeof(a[0])) -static const char* allowed_types[] = {"long", "double", "table", "flag", "string"}; +static const char* allowed_types[] = { "long", "double", "table", "flag", "string" }; static int check_descriptor_type(const char* atype) { size_t i = 0, numTypes = NUMBER(allowed_types); - for(i=0; i