Skip to content

Commit

Permalink
STYLE: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raph-rc committed Oct 15, 2024
1 parent a04da41 commit f1365be
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 f1365be

Please sign in to comment.