fix misleading placement of statement on same line as for loop in ldso
authorRich Felker <dalias@aerifal.cx>
Mon, 15 Oct 2018 19:31:02 +0000 (15:31 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 15 Oct 2018 19:31:02 +0000 (15:31 -0400)
commitb36c37f6fa9692b03bbdeda2b57b2e8a26d8f315
tree798edb265e5b62edf4b0eb246866ff862a986d3b
parente9016138886527a739804634048aeac16092dc1e
fix misleading placement of statement on same line as for loop in ldso

the placement triggered -Wmisleading-indentation warnings if enabled,
and was gratuitously confusing to anyone reading the code.
ldso/dynlink.c