ruby-changes:56075
From: git <ko1@a...>
Date: Tue, 11 Jun 2019 06:56:58 +0900 (JST)
Subject: [ruby-changes:56075] git: fe9701ee00 (trunk): * expand tabs.
https://git.ruby-lang.org/ruby.git/commit/?id=fe9701ee00 From fe9701ee0062f15409107a92582a9e6e5630bfbe Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Tue, 11 Jun 2019 06:56:46 +0900 Subject: * expand tabs. diff --git a/ext/socket/ipsocket.c b/ext/socket/ipsocket.c index 4a444b3..f214d85 100644 --- a/ext/socket/ipsocket.c +++ b/ext/socket/ipsocket.c @@ -100,9 +100,9 @@ init_inetsock_internal(struct inetsock_arg *arg) https://github.com/ruby/ruby/blob/trunk/ext/socket/ipsocket.c#L100 else { if (lres) { #if !defined(_WIN32) && !defined(__CYGWIN__) - status = 1; - setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, - (char*)&status, (socklen_t)sizeof(status)); + status = 1; + setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, + (char*)&status, (socklen_t)sizeof(status)); #endif status = bind(fd, lres->ai_addr, lres->ai_addrlen); local = status; -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/