diff --stat: use "file" temporary variable to refer to data->files[i]
commitaf0ed819c59248bc98f0a572bd4cdcb394f185c7
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Nov 2012 19:24:54 +0000 (27 11:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Nov 2012 21:21:15 +0000 (27 13:21 -0800)
tree8416bf8c251755def65e778548aaf98251e2c302
parent99bfd407000302ff27f2809d9d556c97427a9e3b
diff --stat: use "file" temporary variable to refer to data->files[i]

The generated code shouldn't change but it is easier to read.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c