Browse Source

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>
maint
Felipe Contreras 16 years ago committed by Junio C Hamano
parent
commit
2775d92c53
  1. 2
      diff.c

2
diff.c

@ -999,7 +999,7 @@ static void show_stats(struct diffstat_t *data, struct diff_options *options) @@ -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…
Cancel
Save