Skip to content

Commit 4a3b9f1

Browse files
committed
COMP: Fix clang-format errors
1 parent bf2dad8 commit 4a3b9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/itkShrinkDecimateImageFilter.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ ShrinkDecimateImageFilter<TInputImage, TOutputImage>::GenerateInputRequestedRegi
171171
InputIndexType inputRequestedRegionIndex;
172172
OutputOffsetType offsetIndex;
173173

174-
typename TInputImage::SizeType inputRequestedRegionSize;
174+
typename TInputImage::SizeType inputRequestedRegionSize;
175175

176176
// Use this index to compute the offset everywhere in this class
177177
OutputIndexType outputIndex = outputPtr->GetLargestPossibleRegion().GetIndex();
@@ -180,7 +180,7 @@ ShrinkDecimateImageFilter<TInputImage, TOutputImage>::GenerateInputRequestedRegi
180180
// inputIndex on all points in our region
181181
typename TOutputImage::PointType tempPoint;
182182
outputPtr->TransformIndexToPhysicalPoint(outputIndex, tempPoint);
183-
InputIndexType inputIndex { inputPtr->TransformPhysicalPointToIndex(tempPoint) };
183+
InputIndexType inputIndex{ inputPtr->TransformPhysicalPointToIndex(tempPoint) };
184184

185185
// Given that the size is scaled by a constant factor eq:
186186
// inputIndex = outputIndex * factorSize

0 commit comments

Comments
 (0)