Skip to content

Commit

Permalink
STYLE: Remove line-break from "Writing image ..."
Browse files Browse the repository at this point in the history
Reduced the amount of noise to the console.
  • Loading branch information
N-Dekker committed Jul 2, 2024
1 parent caeb554 commit 70b490d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/ComponentBaseClasses/elxResamplerBase.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ ResamplerBase<TElastix>::WriteResultImage(OutputImageType * image,
/** Do the writing. */
if (showProgress)
{
log::to_stdout("\n Writing image ...");
log::to_stdout(" Writing image ...");
}
try
{
Expand Down

0 comments on commit 70b490d

Please sign in to comment.