diff options
author | Elijah Newren <newren@gmail.com> | 2020-08-15 17:37:57 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-08-18 12:16:08 -0700 |
commit | f87bf28483ae6db32b3ac246ff7081d64a608327 (patch) | |
tree | 09833afe3837653e1a1663a21293e952a39bd39f /commit.c | |
parent | mem-pool: use more standard initialization and finalization (diff) | |
download | tgif-f87bf28483ae6db32b3ac246ff7081d64a608327.tar.xz |
mem-pool: use consistent pool variable name
About half the function declarations in mem-pool.h used 'struct mem_pool
*pool', while the other half used 'struct mem_pool *mem_pool'. Make the
code a bit more consistent by just using 'pool' in preference to
'mem_pool' everywhere.
No behavioral changes included; this is just a mechanical rename (though
a line or two was rewrapped as well).
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions