diff --git a/tests/ctest/test_record.c b/tests/ctest/test_record.c index 7a1954239c4..c59b1e04a9b 100644 --- a/tests/ctest/test_record.c +++ b/tests/ctest/test_record.c @@ -3,7 +3,7 @@ #include #include -#define printErrorAndClear(key) logKeyErrorAndClear(key, __FILE__, __LINE__) +#define printErrorAndClear(key) logKeyErrorAndClear (key, __FILE__, __LINE__) static void logKeyErrorAndClear (Key * key, char * file, int line) {