Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit 3ab10cd

Browse files
committed
STYLE: Make the code consistent with old version (8.0) of clang-format
1 parent 2301e58 commit 3ab10cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/itkRLEImageScanlineIterator.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ class ImageScanlineIterator<RLEImage<TPixel, VImageDimension, CounterType>>
107107
template <typename TPixel, unsigned int VImageDimension, typename CounterType>
108108
ImageScanlineIterator(SmartPointer<RLEImage<TPixel, VImageDimension, CounterType>>,
109109
const typename RLEImage<TPixel, VImageDimension, CounterType>::RegionType &)
110-
-> ImageScanlineIterator<RLEImage<TPixel, VImageDimension, CounterType>>;
110+
->ImageScanlineIterator<RLEImage<TPixel, VImageDimension, CounterType>>;
111111

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

118118
} // end namespace itk
119119

0 commit comments

Comments
 (0)