summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3240269)
raw | patch | inline | side by side (parent: 3240269)
author | Felipe Contreras <felipe.contreras@gmail.com> | |
Sun, 11 Oct 2009 20:46:11 +0000 (23:46 +0300) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 12 Oct 2009 04:54:44 +0000 (21:54 -0700) |
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>
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c | patch | blob | history |
index e1be189742f3239de028393ceabf7c6539bb0440..b39c1b6f7fcca2dd7aec4249eb09fa285dbbb205 100644 (file)
--- a/diff.c
+++ b/diff.c
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;