提交 417facdc 编写于 作者: Z zhong_ning

fix code style

Signed-off-by: Nzhong_ning <zhong_ning@hoperun.com>
上级 bc9685c1
...@@ -522,7 +522,7 @@ static char* ReadFileToBuf() ...@@ -522,7 +522,7 @@ static char* ReadFileToBuf()
break; break;
} }
buffer = static_cast<char*>malloc((size_t)fileStat.st_size + 1); buffer = static_cast<char*>(malloc((size_t)fileStat.st_size + 1));
if (buffer == nullptr) { if (buffer == nullptr) {
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册