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 authored and hjmjohnson committed Dec 21, 2024
1 parent 6d3e550 commit a54a645
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 a54a645

Please sign in to comment.