Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule committed Dec 2, 2021
1 parent e5a17db commit df8a8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/parquet/page_enc.cu
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct page_enc_state_s {
*/
uint32_t __device__ physical_type_len(Type physical_type, type_id id)
{
if (physical_type == FIXED_LEN_BYTE_ARRAY and id == type_id::DECIMAL128){
if (physical_type == FIXED_LEN_BYTE_ARRAY and id == type_id::DECIMAL128) {
return sizeof(__int128_t);
}
switch (physical_type) {
Expand Down

0 comments on commit df8a8e3

Please sign in to comment.