Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr committed Mar 27, 2024
1 parent cd53e28 commit 26255dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_conformance/images/clFillImage/test_fill_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct pitch_buffer_data
void *buf;
bool is_aligned;
};
static void CL_CALLBACK free_pitch_buffer( cl_mem image, void *data )
static void CL_CALLBACK free_pitch_buffer(cl_mem image, void *data)
{
struct pitch_buffer_data *d = (struct pitch_buffer_data *)data;
if (d->is_aligned)
Expand Down

0 comments on commit 26255dd

Please sign in to comment.