提交 1287c7a8 编写于 作者: Z zhangyang

change format

上级 86cdc139
......@@ -27,7 +27,7 @@ void align_element(float **data_in, int num_per_div_before_alignment, int num) {
(num + num_per_div_before_alignment - 1) / num_per_div_before_alignment;
int num_per_div_after_alignment =
align_to_x(num_per_div_before_alignment, BS_NUM_ALIGNMENT);
if(num_per_div_before_alignment == num_per_div_after_alignment){
if (num_per_div_before_alignment == num_per_div_after_alignment) {
return;
}
int num_element =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册