Skip to content

Commit

Permalink
fix one very long line
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Oct 3, 2024
1 parent b5e817a commit 9986e1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/16_floatatomics/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ int main(
}

if (mismatches) {
printf("Intermediate Results Validation: Found %zu mismatches / %zu values!!!\n", mismatches, gwx);
printf("Intermediate Results Validation: Found %zu mismatches / %zu values!!!\n",
mismatches, gwx);
} else {
printf("Intermediate Results Validation: Success.\n");
}
Expand Down

0 comments on commit 9986e1f

Please sign in to comment.