also style changes

This commit is contained in:
dimarub2000 2019-07-07 18:56:15 +03:00
parent 95118a5fa3
commit 0b756c48a8

View File

@ -193,8 +193,8 @@ const KeyCondition::AtomMap KeyCondition::atom_map
out.function = RPNElement::FUNCTION_IN_RANGE;
out.range = !right_bound.empty()
? Range(prefix, true, right_bound, false)
: Range::createLeftBounded(prefix, true);
? Range(prefix, true, right_bound, false)
: Range::createLeftBounded(prefix, true);
return true;
}
@ -214,8 +214,8 @@ const KeyCondition::AtomMap KeyCondition::atom_map
out.function = RPNElement::FUNCTION_IN_RANGE;
out.range = !right_bound.empty()
? Range(prefix, true, right_bound, false)
: Range::createLeftBounded(prefix, true);
? Range(prefix, true, right_bound, false)
: Range::createLeftBounded(prefix, true);
return true;
}