dbms: added whitespace [#CONV-2944].

This commit is contained in:
Alexey Milovidov 2013-05-06 11:40:54 +00:00
parent 48c6b9f486
commit 66d0ae7b24

View File

@ -246,7 +246,7 @@ void Expression::addSemantic(ASTPtr & ast)
MapOfASTs tmp_map;
if (needSignRewrite())
sign_column_name = getSignColumnName();
addSemanticImpl(ast,tmp_map, tmp_set);
addSemanticImpl(ast, tmp_map, tmp_set);
}