Skip to content

Commit 2775d92

Browse files
felipecgitster
authored andcommitted
diff.c: stylefix
Essentially; s/type* /type */ as per the coding guidelines. Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3240269 commit 2775d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ static void show_stats(struct diffstat_t *data, struct diff_options *options)
999999
total_files, adds, dels);
10001000
}
10011001

1002-
static void show_shortstats(struct diffstat_t* data, struct diff_options *options)
1002+
static void show_shortstats(struct diffstat_t *data, struct diff_options *options)
10031003
{
10041004
int i, adds = 0, dels = 0, total_files = data->nr;
10051005

0 commit comments

Comments
 (0)