diff.c: stylefix
Essentially; s/type* /type */ as per the coding guidelines. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
3240269dd9
commit
2775d92c53
2
diff.c
2
diff.c
@ -999,7 +999,7 @@ static void show_stats(struct diffstat_t *data, struct diff_options *options)
|
||||
total_files, adds, dels);
|
||||
}
|
||||
|
||||
static void show_shortstats(struct diffstat_t* data, struct diff_options *options)
|
||||
static void show_shortstats(struct diffstat_t *data, struct diff_options *options)
|
||||
{
|
||||
int i, adds = 0, dels = 0, total_files = data->nr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user