Skip to content

Commit

Permalink
Merge branch 'release-5.4' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 3, 2025
2 parents f72d1c2 + a54a645 commit 7691bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
with:
error-message: 'Code is inconsistent with ITK Coding Style. Add the *action:ApplyClangFormat* PR label to correct.'
itk-branch: release-5.4
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 7691bc0

Please sign in to comment.