mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Updated style check
This commit is contained in:
parent
642c45d769
commit
9ed791fd30
@ -174,7 +174,7 @@ protected:
|
||||
* It is not safe to use end == end_of_storage here because left_padding
|
||||
* is not always multiple of ELEMENT_SIZE.
|
||||
*/
|
||||
return c_end + ELEMENT_SIZE >= c_end_of_storage;
|
||||
return (c_end + ELEMENT_SIZE) >= c_end_of_storage;
|
||||
}
|
||||
|
||||
template <typename ... TAllocatorParams>
|
||||
|
Loading…
Reference in New Issue
Block a user