Skip to content

Commit

Permalink
STYLE: Remove backslash + indent from literal BSplineDecomposition test
Browse files Browse the repository at this point in the history
Removed unwanted (unintentional) spaces from the error message at the begin of
itkBSplineDecompositionImageFilterTest.

Follow-up to pull request #3713
commit 69151c3
"STYLE: Remove backslash + indent from literals, to avoid unwanted spaces"
  • Loading branch information
N-Dekker authored and dzenanz committed Nov 7, 2022
1 parent 3d7fa29 commit 9e7547f
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,8 @@ itkBSplineDecompositionImageFilterTest(int argc, char * argv[])
{
std::cerr << "Usage: " << itkNameOfTestExecutableMacro(argv);
std::cerr << " splineOrder";
std::cerr << " splinePoles(e.g. 0.12753,-0.48673,0.76439,\
[0.12753,-0.48673,0.76439],\
\"[0.12753 -0.48673 0.76439]\",\
\"(0.12753 -0.48673 0.76439)\", or\
\"0.12753 -0.48673 0.76439\")";
std::cerr << " splinePoles(e.g. 0.12753,-0.48673,0.76439, [0.12753,-0.48673,0.76439], \"[0.12753 -0.48673 "
"0.76439]\", \"(0.12753 -0.48673 0.76439)\", or \"0.12753 -0.48673 0.76439\")";
std::cerr << std::endl;
return EXIT_FAILURE;
}
Expand Down

0 comments on commit 9e7547f

Please sign in to comment.