提交 7522c589 编写于 作者: J Junio C Hamano

Merge branch 'jk/date-c-double-semicolon'

* jk/date-c-double-semicolon:
  drop redundant semicolon in empty while
...@@ -907,7 +907,7 @@ static const char *approxidate_alpha(const char *date, struct tm *tm, struct tm ...@@ -907,7 +907,7 @@ static const char *approxidate_alpha(const char *date, struct tm *tm, struct tm
const char *end = date; const char *end = date;
int i; int i;
while (isalpha(*++end)); while (isalpha(*++end))
; ;
for (i = 0; i < 12; i++) { for (i = 0; i < 12; i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册