Skip to content

Commit 603b67d

Browse files
committed
STYLE: Remove blank lines in excess in miscellaneous tests
Remove blank lines in excess in miscellaneous tests.
1 parent 154938d commit 603b67d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Modules/Core/Common/test/itkBSplineKernelFunctionTest.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ itkBSplineKernelFunctionTest(int, char *[])
186186

187187
// Testing case of unimplemented spline order
188188
{
189-
190189
using FunctionType = itk::BSplineKernelFunction<7>;
191190
auto function = FunctionType::New();
192191

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

196195
// Testing case of unimplemented spline order
197196
{
198-
199197
using FunctionType = itk::BSplineDerivativeKernelFunction<5>;
200198
auto function = FunctionType::New();
201199

Modules/Filtering/ImageGrid/test/itkWarpVectorImageFilterTest.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ itkWarpVectorImageFilterTest(int, char *[])
263263

264264
if (validRegion.IsInside(index))
265265
{
266-
267266
PixelType trueValue(pattern.Evaluate(outIter.GetIndex(), validSize, clampSize, padValue));
268267
for (unsigned int k = 0; k < ImageDimension; ++k)
269268
{
@@ -279,7 +278,6 @@ itkWarpVectorImageFilterTest(int, char *[])
279278
}
280279
else
281280
{
282-
283281
if (value != PixelType(padValue))
284282
{
285283
testPassed = false;

0 commit comments

Comments
 (0)