Skip to content

Commit e93a125

Browse files
committed
DOC: fixing "unbalanced grouping commands" warnings
pre-commit warnings
1 parent 84d2a8e commit e93a125

19 files changed

+4
-15
lines changed

Modules/Core/Common/include/itkBSplineDerivativeKernelFunction.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ class ITK_TEMPLATE_EXPORT BSplineDerivativeKernelFunction : public KernelFunctio
185185
{
186186
itkGenericExceptionMacro("Evaluate not implemented for spline order " << SplineOrder);
187187
}
188-
189188
};
190189

191190
} // end namespace itk

Modules/Core/Common/include/itkBackwardDifferenceOperator.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class ITK_TEMPLATE_EXPORT BackwardDifferenceOperator : public NeighborhoodOperat
7272
{
7373
this->FillCenteredDirectional(coeff);
7474
}
75-
7675
};
7776

7877
} // namespace itk

Modules/Core/Common/include/itkBufferedImageNeighborhoodPixelAccessPolicy.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ class BufferedImageNeighborhoodPixelAccessPolicy final
126126
{
127127
m_NeighborhoodAccessor.Set(imageBufferPointer + m_PixelIndexValue, pixelValue);
128128
}
129-
130129
};
131130

132131
} // namespace itk

Modules/Core/Common/include/itkConstantBoundaryImageNeighborhoodPixelAccessPolicy.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ class ConstantBoundaryImageNeighborhoodPixelAccessPolicy final
143143
m_NeighborhoodAccessor.Set(imageBufferPointer + m_PixelIndexValue, pixelValue);
144144
}
145145
}
146-
147146
};
148147

149148
} // namespace itk

Modules/Core/Common/include/itkContinuousIndex.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ class ITK_TEMPLATE_EXPORT ContinuousIndex : public Point<TCoordinate, VIndexDime
9090
(*this)[i] = static_cast<TCoordinate>(index[i]);
9191
}
9292
}
93-
9493
};
9594
} // namespace itk
9695

Modules/Core/Common/include/itkExtractImageFilterRegionCopier.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ class ITK_TEMPLATE_EXPORT ExtractImageFilterRegionCopier : public ImageRegionCop
155155
{
156156
ImageRegionCopier<T1, T2>::operator()(destRegion, srcRegion);
157157
}
158-
159158
};
160159
} // end namespace ImageToImageFilterDetail
161160
} // end namespace itk

Modules/Core/Common/include/itkFixedArray.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ class ITK_TEMPLATE_EXPORT FixedArray
465465
{
466466
return MakeFilled<FixedArray>(value);
467467
}
468-
469468
};
470469

471470
template <typename TValue, unsigned int VLength>

Modules/Core/Common/include/itkForwardDifferenceOperator.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ class ITK_TEMPLATE_EXPORT ForwardDifferenceOperator : public NeighborhoodOperato
7171
{
7272
this->FillCenteredDirectional(coeff);
7373
}
74-
7574
};
7675
} // namespace itk
7776

Modules/Core/Common/include/itkImageRegionConstIteratorWithIndex.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ class ITK_TEMPLATE_EXPORT ImageRegionConstIteratorWithIndex : public ImageConstI
192192
* \sa operator++ */
193193
Self &
194194
operator--();
195-
196195
};
197196
} // end namespace itk
198197

Modules/Core/Common/include/itkImageRegionConstIteratorWithOnlyIndex.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ class ITK_TEMPLATE_EXPORT ImageRegionConstIteratorWithOnlyIndex : public ImageCo
188188
* \sa operator++ */
189189
Self &
190190
operator--();
191-
192191
};
193192
} // end namespace itk
194193

0 commit comments

Comments
 (0)