read-cache.c: change type of "temp" in write_shared_index()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 14 Jan 2018 10:18:18 +0000 (17:18 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Jan 2018 21:12:02 +0000 (13:12 -0800)
This local variable 'temp' will be passed in from the caller in the next
patch. To reduce patch noise, let's change its type now while it's still
a local variable and get all the trival conversion out of the next patch.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found