未验证 提交 82f2d8e5 编写于 作者: mysterywolf's avatar mysterywolf 提交者: GitHub

time.c 删除函数名与括号之间的空格

上级 850e1aeb
......@@ -270,7 +270,7 @@ char* asctime(const struct tm *timeptr)
}
RTM_EXPORT(asctime);
char *ctime_r (const time_t * tim_p, char * result)
char *ctime_r(const time_t * tim_p, char * result)
{
struct tm tm;
return asctime_r(localtime_r(tim_p, &tm), result);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册