Adjust indents [ci skip]
This commit is contained in:
parent
b8bfb1d5f5
commit
96d701f737
@ -1182,11 +1182,11 @@ sock_s_getaddrinfo(int argc, VALUE *argv, VALUE _)
|
||||
norevlookup = rsock_do_not_reverse_lookup;
|
||||
}
|
||||
|
||||
#ifdef HAVE_GETADDRINFO_A
|
||||
#ifdef HAVE_GETADDRINFO_A
|
||||
res = rsock_getaddrinfo_a(host, port, &hints, 0, Qnil);
|
||||
#else
|
||||
#else
|
||||
res = rsock_getaddrinfo(host, port, &hints, 0);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
ret = make_addrinfo(res, norevlookup);
|
||||
rb_freeaddrinfo(res);
|
||||
|
Loading…
x
Reference in New Issue
Block a user