X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=diff.c;h=363dcb9613f5f57a2ae31ea6f803caf44954475a;hb=be427d758b53343d31debb520c0bc251a62013a9;hp=3ac71686ebef3d3f9c8b0b72adf612e9535031a5;hpb=ef5542ca93ea6751c97104ca13f79b3d4d2d2ca8;p=git.git diff --git a/diff.c b/diff.c index 3ac71686e..363dcb961 100644 --- a/diff.c +++ b/diff.c @@ -876,7 +876,7 @@ static void fill_print_name(struct diffstat_file *file) file->print_name = pname; } -static void show_stats(struct diffstat_t* data, struct diff_options *options) +static void show_stats(struct diffstat_t *data, struct diff_options *options) { int i, len, add, del, adds = 0, dels = 0; int max_change = 0, max_len = 0; @@ -1025,7 +1025,7 @@ static void show_shortstats(struct diffstat_t* data, struct diff_options *option total_files, adds, dels); } -static void show_numstat(struct diffstat_t* data, struct diff_options *options) +static void show_numstat(struct diffstat_t *data, struct diff_options *options) { int i;