Skip to content

Commit d9988d9

Browse files
committed
STYLE: Fix MinimalPathTest.h trailing whitespace
1 parent 573c6b5 commit d9988d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/MinimalPathTest.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ int ReadPathImage( const char * PathImagename, typename PathFilterType::Pointer
123123
using PointType = itk::Point< double, VDimension >;
124124
using PathInfoType = itk::SpeedFunctionPathInformation<PointType>;
125125
using PointsContainerType = std::vector< PointType >;
126-
126+
127127
using ImageType = itk::Image< unsigned char, VDimension >;
128128
using ReaderType = itk::ImageFileReader< ImageType >;
129129
using IndexType = typename ImageType::IndexType;
@@ -134,7 +134,7 @@ int ReadPathImage( const char * PathImagename, typename PathFilterType::Pointer
134134
typename ImageType::Pointer labelIm = reader->GetOutput();
135135
labelIm->Update();
136136
labelIm->DisconnectPipeline();
137-
137+
138138
// iterate over the image and collect PointType locations for each non zero entry
139139
using PointMapType = std::map< unsigned char, PointsContainerType>;
140140

@@ -161,7 +161,7 @@ int ReadPathImage( const char * PathImagename, typename PathFilterType::Pointer
161161
/* { */
162162
/* std::cout << pmap[1][ii] << std::endl; */
163163
/* } */
164-
164+
165165
info->SetStartPoint(pmap[1]);
166166
info->SetEndPoint(pmap[2]);
167167
pmap.erase(1);
@@ -651,7 +651,7 @@ int Test_SpeedToPath_IterateNeighborhood_ExtendedSeed_ND(int argc, char* argv[])
651651
PathFilterType::CostFunctionType::New();
652652
cost->SetInterpolator( interp );
653653
cost->SetMinimize();
654-
654+
655655
// Create IterateNeighborhoodOptimizer
656656
using OptimizerType = itk::IterateNeighborhoodOptimizer;
657657
typename OptimizerType::Pointer optimizer = OptimizerType::New();

0 commit comments

Comments
 (0)