提交 e3fee1ca 编写于 作者: mysterywolf's avatar mysterywolf

2 spaces -> 4 spaces

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