Cleanup: Formatting code

This commit is contained in:
Paul Beckingham 2015-08-05 16:50:20 -04:00
parent fda8161be8
commit f9b5513882

View file

@ -1125,11 +1125,8 @@ void CLI2::desugarFilterAttributes ()
// duration --> yes
bool evalSupported = true;
Column* col = context.columns[canonical];
if (col &&
col->type () == "string")
{
if (col && col->type () == "string")
evalSupported = false;
}
A2 lhs (name, Lexer::Type::dom);
lhs.tag ("FILTER");