From 9fc167ce118f576d7bb62d611e6cfc6234cdc4fc Mon Sep 17 00:00:00 2001 From: Devavret Makkar Date: Thu, 18 Jun 2020 01:02:25 +0530 Subject: [PATCH] Missed style changes --- cpp/src/io/orc/stripe_data.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/io/orc/stripe_data.cu b/cpp/src/io/orc/stripe_data.cu index 3b38d1085a0..2617d9df035 100644 --- a/cpp/src/io/orc/stripe_data.cu +++ b/cpp/src/io/orc/stripe_data.cu @@ -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;