Skip to content

Commit

Permalink
Some more formatting fixes
Browse files Browse the repository at this point in the history
Some more formatting fixes to get CI clean

Fixes #1769
  • Loading branch information
niranjanjoshi121 committed Sep 13, 2023
1 parent 56bd223 commit 24d86aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_conformance/images/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ cl_channel_type floatFormats[] = {
#ifdef CL_SFIXED14_APPLE
CL_SFIXED14_APPLE,
#endif
CL_UNORM_INT8, CL_SNORM_INT8, CL_UNORM_INT16, CL_SNORM_INT16,
CL_FLOAT, CL_HALF_FLOAT, (cl_channel_type)-1,
CL_UNORM_INT8, CL_SNORM_INT8, CL_UNORM_INT16, CL_SNORM_INT16,
CL_FLOAT, CL_HALF_FLOAT, (cl_channel_type)-1,
};

cl_channel_type intFormats[] = {
Expand Down

0 comments on commit 24d86aa

Please sign in to comment.