Skip to content

Commit

Permalink
Fix tidyall tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Sep 27, 2021
1 parent 786e0f5 commit 0626c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fc-solve/source/board_gen/fcs_ocl_boiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ int main(int argc, char *argv[])
/* Check an OpenCL error status, printing a message and exiting
* in case of failure
*/
static __attribute__((format(printf, 2, 3)))
void ocl_check(cl_int err, const char *msg, ...)
static __attribute__((format(printf, 2, 3))) void ocl_check(
cl_int err, const char *msg, ...)
{
if (err != CL_SUCCESS)
{
Expand Down

0 comments on commit 0626c36

Please sign in to comment.