Skip to content

Commit 4e8a524

Browse files
committed
STYLE: Remove extra space
This addresses TextureFeaturesKWStyleTest
1 parent 221769e commit 4e8a524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/itkRunLengthTextureFeaturesImageFilter.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ RunLengthTextureFeaturesImageFilter<TInputImage, TOutputImage>
186186
bool insideNeighborhood;
187187

188188
/// ***** Non-boundary Region *****
189-
for ( ; fit != faceList.end(); ++fit )
189+
for (; fit != faceList.end(); ++fit )
190190
{
191191
NeighborhoodIteratorType inputNIt(m_NeighborhoodRadius, this->m_DigitalisedInputImageg, *fit );
192192
typedef itk::ImageRegionIterator< OutputImageType> IteratorType;

0 commit comments

Comments
 (0)