mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
Style
This commit is contained in:
parent
d5004900d3
commit
086d0741a5
@ -42,7 +42,8 @@ T gcd_func(T a, T b)
|
||||
a = b;
|
||||
b = c;
|
||||
}
|
||||
if (a == T(-1)) {
|
||||
if (a == T(-1))
|
||||
{
|
||||
return -a;
|
||||
}
|
||||
return a;
|
||||
|
Loading…
Reference in New Issue
Block a user