提交 a5377516 编写于 作者: L Liangliang He

Fix cpplint

上级 471a07d9
......@@ -41,7 +41,7 @@ bool WriteFile(const std::string &filename,
} // namespace
const std::string OpenCLErrorToString(cl_int error) {
switch(error) {
switch (error) {
case CL_SUCCESS:
return "CL_SUCCESS";
case CL_DEVICE_NOT_FOUND:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册