Code style fixed.

This commit is contained in:
Sergi Vladykin 2019-05-26 13:02:48 +03:00
parent 4bd60b9fbd
commit 8c7b6137bc

View File

@ -314,7 +314,8 @@ public:
{
if (isSmall())
{
if (r1.isSmall()) {
if (r1.isSmall())
{
for (const auto & x : r1.small)
if (small.find(x.getValue()) != small.end())
return 1;
@ -352,7 +353,8 @@ public:
if (small.find(x.getValue()) == small.end())
return 0;
}
else {
else
{
UInt64 r1_size = r1.size();
if (r1_size > small.size())