mingw: apply array.cocci rule
authorDenton Liu <liu.denton@gmail.com>
Wed, 4 Sep 2019 11:09:45 +0000 (04:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Sep 2019 18:05:03 +0000 (11:05 -0700)
commit552fc5016f16d2f2ed465278f073fa03bc1851a7
treef882c863771eb76d363c5a6d4281db104f112d41
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9
mingw: apply array.cocci rule

After running Coccinelle on all sources inside compat/ that were created
by us[1], it was found that compat/mingw.c violated an array.cocci rule
in two places and, thus, a patch was generated. Apply this patch so that
all compat/ sources created by us follows all cocci rules.

[1]: Do not run Coccinelle on files that are taken from some upstream
because in case we need to pull updates from them, we would like to have
diverged as little as possible in order to make merging updates simpler.

The following sources were determined to have been taken from some
upstream:

* compat/regex/
* compat/inet_ntop.c
* compat/inet_pton.c
* compat/nedmalloc/
* compat/obstack.{c,h}
* compat/poll/

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.c