提交 b70b98c4 编写于 作者: M Maksim Kita

Fix style issues

上级 4ae56197
......@@ -1011,7 +1011,7 @@ public:
if (i <= j ? ((k <= i) || (k > j)) : ((k <= i) && (k > j)))
{
memcpy(static_cast<void *>(&buf[i]), static_cast<void *>(&buf[j]), sizeof(Cell));
i = j;
i = j;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册