Skip to content

Commit

Permalink
STYLE: Remove blank lines in excess in miscellaneous tests
Browse files Browse the repository at this point in the history
Remove blank lines in excess in miscellaneous tests.
  • Loading branch information
jhlegarreta committed Sep 5, 2023
1 parent 154938d commit 603b67d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Modules/Core/Common/test/itkBSplineKernelFunctionTest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ itkBSplineKernelFunctionTest(int, char *[])

// Testing case of unimplemented spline order
{

using FunctionType = itk::BSplineKernelFunction<7>;
auto function = FunctionType::New();

Expand All @@ -195,7 +194,6 @@ itkBSplineKernelFunctionTest(int, char *[])

// Testing case of unimplemented spline order
{

using FunctionType = itk::BSplineDerivativeKernelFunction<5>;
auto function = FunctionType::New();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ itkWarpVectorImageFilterTest(int, char *[])

if (validRegion.IsInside(index))
{

PixelType trueValue(pattern.Evaluate(outIter.GetIndex(), validSize, clampSize, padValue));
for (unsigned int k = 0; k < ImageDimension; ++k)
{
Expand All @@ -279,7 +278,6 @@ itkWarpVectorImageFilterTest(int, char *[])
}
else
{

if (value != PixelType(padValue))
{
testPassed = false;
Expand Down

0 comments on commit 603b67d

Please sign in to comment.