diff options
author | Christian C <cc@localhost> | 2025-04-01 17:38:32 -0700 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-04-01 17:38:32 -0700 |
commit | a18cea2fef7aa1545c9a984b60919541b26a6f84 (patch) | |
tree | d1ab991e28b701bdfdc9035704389ad6c57391c9 /include/test/lib/color.h | |
parent | 2bc54ac42b831a7dfcba26c2d12ba002f80a5e40 (diff) |
Clang Format
Diffstat (limited to 'include/test/lib/color.h')
-rw-r--r-- | include/test/lib/color.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/test/lib/color.h b/include/test/lib/color.h index 2e9b863..e1598cb 100644 --- a/include/test/lib/color.h +++ b/include/test/lib/color.h @@ -3,14 +3,17 @@ #include <test/__meta__.h> #ifndef TEST_RESULT -#define TEST_RESULT(subtest,result,n,n_success) _TEST_RESULT("LIB/COLOR",subtest,result,n,n_success) +#define TEST_RESULT(subtest, result, n, n_success) \ + _TEST_RESULT("LIB/COLOR", subtest, result, n, n_success) #endif #include <lib/color.h> #include <lib/data/image_types.h> -bool_t test_color_zero(const ImageData_t* color1, size_t channels, bool_t result); -bool_t test_color_equal(const ImageData_t* color1, const ImageData_t* color2, size_t channels, bool_t result); +bool_t test_color_zero(const ImageData_t *color1, size_t channels, + bool_t result); +bool_t test_color_equal(const ImageData_t *color1, const ImageData_t *color2, + size_t channels, bool_t result); // Meta test function bool_t TEST_lib_color(); |