Skip to content

Commit a3224e4

Browse files
committed
format
Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
1 parent 4ad0356 commit a3224e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vortex-cuda/kernels/src/arrow_validity.cu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ __device__ uint64_t warp_sum(uint64_t value) {
105105
}
106106

107107
__device__ void arrow_validity_count_valid_device(const uint8_t *const input,
108-
uint64_t *const output,
109-
uint64_t len,
110-
uint64_t arrow_offset) {
108+
uint64_t *const output,
109+
uint64_t len,
110+
uint64_t arrow_offset) {
111111
__shared__ uint64_t warp_counts[32];
112112

113113
const uint32_t thread = threadIdx.x;

0 commit comments

Comments
 (0)