提交 6a0eacbc 编写于 作者: 刘琦

Merge branch 'master' into 'master'

Remove redundant space

See merge request !193
......@@ -53,7 +53,7 @@ DeviceType ParseDeviceType(const string &device_str) {
} else if (device_str.compare("OPENCL") == 0) {
return DeviceType::OPENCL;
} else if (device_str.compare("HEXAGON") == 0) {
return DeviceType ::HEXAGON;
return DeviceType::HEXAGON;
} else {
return DeviceType::CPU;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册