gai_init: Avoid jumping from if condition to its else counterpart
commitbc0d18d873abf2cda6842ad8bb4df2a31dc0fbac
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 3 Aug 2021 15:59:23 +0000 (3 21:29 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 22 Mar 2022 14:11:46 +0000 (22 19:41 +0530)
tree675148b9546924e711500739ac5ba580f4dd4929
parent06890c7ba553e82393413c59bb3131db5815a337
gai_init: Avoid jumping from if condition to its else counterpart

Clean up another antipattern where code flows from an if condition to
its else counterpart with a goto.

Most of the change in this patch is whitespace-only; a `git diff -b`
ought to show the actual logic changes.

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Reviewed-by: DJ Delorie <dj@redhat.com>
sysdeps/posix/getaddrinfo.c