Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Jul 8, 2021
1 parent 0eb2eb9 commit 199eccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/cudf/detail/null_mask.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void set_null_mask(bitmask_type* bitmask,
*
* @param[in] stream CUDA stream used for device memory operations and kernel launches.
*/
cudf::size_type count_set_bits(bitmask_type const *bitmask,
cudf::size_type count_set_bits(bitmask_type const* bitmask,
size_type start,
size_type stop,
rmm::cuda_stream_view stream);
Expand All @@ -62,7 +62,7 @@ cudf::size_type count_set_bits(bitmask_type const *bitmask,
*
* @param[in] stream CUDA stream used for device memory operations and kernel launches.
*/
cudf::size_type count_unset_bits(bitmask_type const *bitmask,
cudf::size_type count_unset_bits(bitmask_type const* bitmask,
size_type start,
size_type stop,
rmm::cuda_stream_view stream);
Expand Down

0 comments on commit 199eccf

Please sign in to comment.