Skip to content

Commit

Permalink
STYLE: clang-format updates to itkGridImageSourceTest2.cxx
Browse files Browse the repository at this point in the history
Applied with:

�./Utilities/Maintenance/clang-format.bash --tracked
  • Loading branch information
thewtex committed Dec 20, 2024
1 parent 67368af commit d28c7d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ itkGridImageSourceTest2(int argc, char * argv[])
{
if (argc != 3)
{
std::cout << "Usage: " << itkNameOfTestExecutableMacro(argv)
<< " inputImage"
std::cout << "Usage: " << itkNameOfTestExecutableMacro(argv) << " inputImage"
<< " outputImage" << std::endl;
return EXIT_FAILURE;
}
Expand Down

0 comments on commit d28c7d8

Please sign in to comment.