Skip to content
This repository has been archived by the owner on Jul 21, 2018. It is now read-only.

Commit

Permalink
STYLE: Fix KWStyle test
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 19, 2016
1 parent 8d70299 commit d5a2450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/itkPyBuffer.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ PyBuffer<TImage>

NumOfComponent=(int)PyInt_AsLong(numOfComponent);

for(unsigned int i=0 ; i< dimension; ++i)
for( unsigned int i = 0; i < dimension; ++i )
{
item = PySequence_Fast_GET_ITEM(shapeseq,i);
size[i] = (SizeValueType)PyInt_AsLong(item);
Expand Down

0 comments on commit d5a2450

Please sign in to comment.