Skip to content

Commit a04da41

Browse files
committed
STYLE: fix indent
1 parent 5b5b7ba commit a04da41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Core/Common/include/itkConnectedImageNeighborhoodShape.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class ConnectedImageNeighborhoodShape
195195
CalculatePowerOfTwo(const std::size_t n) ITK_NOEXCEPT
196196
{
197197
return (n < std::numeric_limits<uintmax_t>::digits) ? (uintmax_t{ 1 } << n)
198-
: (ITK_X_ASSERT(!"CalculatePowerOfTwo overflow!"), 0);
198+
: (ITK_X_ASSERT(!"CalculatePowerOfTwo overflow!"), 0);
199199
}
200200

201201

0 commit comments

Comments
 (0)