Skip to content

Commit e518b40

Browse files
committed
STYLE: Applying clang-format
1 parent 37a9ede commit e518b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/itkMorphologicalContourInterpolator.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,9 +1422,9 @@ MorphologicalContourInterpolator< TImage >::InterpolateAlong( int axis, TImage*
14221422
jconn->DisconnectPipeline();
14231423
int jReq = *next < reqRegion.GetIndex( axis ) ? -1 : ( *next > reqRegion.GetIndex( axis ) + IndexValueType( reqRegion.GetSize( axis ) ) ? +1 : 0 );
14241424

1425-
if ( *prev + 1 < *next // only if they are not adjacent slices
1425+
if ( *prev + 1 < *next // only if they are not adjacent slices
14261426
&& itk::Math::abs( iReq + jReq ) <= 1 ) // and not out of the requested region
1427-
// unless they are on opposite ends
1427+
// unless they are on opposite ends
14281428
{
14291429
SegmentBetweenTwo< TImage > s;
14301430
s.axis = axis;

0 commit comments

Comments
 (0)