mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 11:52:27 +00:00
Style
This commit is contained in:
parent
7f401579e0
commit
2b8592cd5b
@ -107,7 +107,8 @@ void compressDataForType(const char * source, UInt32 source_size, char * dest)
|
||||
{
|
||||
gcd = gcd_func<T>(gcd, unalignedLoad<T>(cur_source));
|
||||
}
|
||||
if (gcd == T(1)) {
|
||||
if (gcd == T(1))
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user