Skip to content

Commit

Permalink
STYLE: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
raph-rc committed Oct 15, 2024
1 parent 5b5b7ba commit a04da41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class ConnectedImageNeighborhoodShape
CalculatePowerOfTwo(const std::size_t n) ITK_NOEXCEPT
{
return (n < std::numeric_limits<uintmax_t>::digits) ? (uintmax_t{ 1 } << n)
: (ITK_X_ASSERT(!"CalculatePowerOfTwo overflow!"), 0);
: (ITK_X_ASSERT(!"CalculatePowerOfTwo overflow!"), 0);
}


Expand Down

0 comments on commit a04da41

Please sign in to comment.