Skip to content

Commit

Permalink
Missed style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devavret committed Jun 17, 2020
1 parent db3c007 commit 9fc167c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/orc/stripe_data.cu
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ static __device__ uint32_t Integer_RLEv2(
uint64_t patch_pos64 =
(tr < pll) ? bytestream_readbits64(
bs, pos * 8 + ((n * w + 7) & ~7) + tr * (pgw_pw_len), pgw_pw_len)
: 0;
: 0;
uint32_t patch_pos;
T patch = 1;
patch <<= pw;
Expand Down

0 comments on commit 9fc167c

Please sign in to comment.