pack-objects: rename 'this' variables
authorBrandon Williams <bmwill@google.com>
Wed, 14 Feb 2018 18:59:26 +0000 (10:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2018 21:10:05 +0000 (13:10 -0800)
commit095b3b2c04850368b2ec77b96db29c3ce5b9424c
tree9af62696367c67ffef319746dddd55bc40768f6a
parentabeacb25b4db74a13e07efa85b4f2a273628cffe
pack-objects: rename 'this' variables

Rename C++ keyword in order to bring the codebase closer to being able
to be compiled with a C++ compiler.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c