Skip to content

Commit

Permalink
STYLE: Make the code consistent with old version (8.0) of clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Jan 6, 2025
1 parent 2301e58 commit 3ab10cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/itkRLEImageScanlineIterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ class ImageScanlineIterator<RLEImage<TPixel, VImageDimension, CounterType>>
template <typename TPixel, unsigned int VImageDimension, typename CounterType>
ImageScanlineIterator(SmartPointer<RLEImage<TPixel, VImageDimension, CounterType>>,
const typename RLEImage<TPixel, VImageDimension, CounterType>::RegionType &)
-> ImageScanlineIterator<RLEImage<TPixel, VImageDimension, CounterType>>;
->ImageScanlineIterator<RLEImage<TPixel, VImageDimension, CounterType>>;

// Deduction guide for class template argument deduction (CTAD).
template <typename TPixel, unsigned int VImageDimension, typename CounterType>
ImageScanlineIterator(RLEImage<TPixel, VImageDimension, CounterType> *,
const typename RLEImage<TPixel, VImageDimension, CounterType>::RegionType &)
-> ImageScanlineIterator<RLEImage<TPixel, VImageDimension, CounterType>>;
->ImageScanlineIterator<RLEImage<TPixel, VImageDimension, CounterType>>;

} // end namespace itk

Expand Down

0 comments on commit 3ab10cd

Please sign in to comment.