summaryrefslogtreecommitdiff
path: root/sha1-array.c
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2018-05-10 12:42:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-05-11 03:07:45 (GMT)
commit7248672947c8b88605f12f6a53b510bb9d9d4c37 (patch)
tree7fc9a512da14f9fb4437e8ba8a348f82c9f54994 /sha1-array.c
parenta264f229cb01a5f5215ccf04a7a41cbebaeb65c2 (diff)
downloadgit-7248672947c8b88605f12f6a53b510bb9d9d4c37.zip
git-7248672947c8b88605f12f6a53b510bb9d9d4c37.tar.gz
git-7248672947c8b88605f12f6a53b510bb9d9d4c37.tar.bz2
sha1-array.h: align function arguments
The arguments weren't lined up with the opening parenthesis, after 910650d2 ("Rename sha1_array to oid_array", 2017-03-31) renamed the function. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1-array.c')
-rw-r--r--sha1-array.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sha1-array.c b/sha1-array.c
index 838b3bf..466a926 100644
--- a/sha1-array.c
+++ b/sha1-array.c
@@ -42,8 +42,8 @@ void oid_array_clear(struct oid_array *array)
}
int oid_array_for_each_unique(struct oid_array *array,
- for_each_oid_fn fn,
- void *data)
+ for_each_oid_fn fn,
+ void *data)
{
int i;