nedmalloc: fix misleading indentation
commit1e70105954fd85fcb198a4b5b95378ecc3e6beef
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 4 Aug 2016 16:07:03 +0000 (4 18:07 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Aug 2016 17:42:05 +0000 (4 10:42 -0700)
treec9fc6cb8c721e5a48ce7bfb4d5ceab4a04e63915
parent08df31eeccfe1576971ea4ba42570a424c3cfc41
nedmalloc: fix misleading indentation

Some code in nedmalloc is indented in a funny way that could be
misinterpreted as if a line after a for loop was included in the loop
body, when it is not.

GCC 6 complains about this in DEVELOPER=YepSure mode.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/nedmalloc/nedmalloc.c