提交 f18048d4 编写于 作者: 李寅

Remove redundant space

上级 ecb9c2ed
......@@ -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.
先完成此消息的编辑!
想要评论请 注册