Skip to content

Commit

Permalink
git-config: Remove extra whitespaces
Browse files Browse the repository at this point in the history
Remove extra whitespaces introduced by commits
01ebb9d and fc1905b

Signed-off-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Pavan Kumar Sunkara authored and Junio C Hamano committed Jul 19, 2011
1 parent d28790d commit 8b59007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.c
Original file line number Diff line number Diff line change
Expand Up @@ -1479,10 +1479,10 @@ int git_config_rename_section(const char *old_name, const char *new_name)
}
}
fclose(config_file);
unlock_and_out:
unlock_and_out:
if (commit_lock_file(lock) < 0)
ret = error("could not commit config file %s", config_filename);
out:
out:
free(config_filename);
return ret;
}
Expand Down

0 comments on commit 8b59007

Please sign in to comment.