提交 80a5ffb1 编写于 作者: Y Yifei Feng 提交者: GitHub

Merge pull request #7426 from yifeif/r1.0

CP 1.0
......@@ -59,7 +59,7 @@ limitations under the License.
#define SE_RETURN_STATUS_AS_BOOL(__status) \
do { \
auto status = __status; \
if (__status.ok()) { \
if (status.ok()) { \
return true; \
} \
LOG(ERROR) << status; \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册