Merge branch 'maint'

* maint:
  whitespace: have SP on both sides of an assignment "="
  update-ref: whitespace fix
This commit is contained in:
Junio C Hamano
2011-08-25 16:00:07 -07:00
5 changed files with 5 additions and 5 deletions

View File

@ -1084,7 +1084,7 @@ static void show_file(const char * fmt, const char * name, int in_porcelain,
{
if (in_porcelain && *first && header_msg) {
printf("%s\n", header_msg);
*first=0;
*first = 0;
}
printf(fmt, name);
}