Skip to content

Commit

Permalink
remove superfluous blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler authored Nov 25, 2024
1 parent 1e7ddc0 commit 25982b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ using __atomic_cuda_deduce_minmax = _If<
__type_case<size_t, 4, __atomic_cuda_operand_deduction<int32_t, __atomic_cuda_operand_s32>>,
__type_default<__atomic_cuda_operand_deduction<int64_t, __atomic_cuda_operand_s64>>>, // atom.min|max.s64
// supported

__type_switch<size_t,
sizeof(_Type),
__type_case<size_t, 1, __atomic_cuda_operand_deduction<uint8_t, __atomic_cuda_operand_u8>>,
Expand Down

0 comments on commit 25982b6

Please sign in to comment.