提交 0c314409 编写于 作者: X xionglei6@huawei.com

fix code style

Signed-off-by: Nxionglei6@huawei.com <xionglei6@huawei.com>
上级 2c206840
......@@ -232,7 +232,7 @@ int ComputeCondition(LogicCalculator *calculator, const char *condition)
data1.flags = 0;
if (condition[currIndex] == '|' && ret == 1) {
LOGIC_DATA_SET_FLAG(&data1, LOGIC_DATA_FLAGS_TRUE);
} else if ((condition[currIndex] == '&' || ret == 1) &&
} else if ((condition[currIndex] == '|' || ret == 1) &&
(ComputeSubCondition(calculator, &data2, condition) == 1)) {
LOGIC_DATA_SET_FLAG(&data1, LOGIC_DATA_FLAGS_TRUE);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册