fix indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
eabe74e034
commit
2562560c87
@ -205,7 +205,7 @@ unix_send_io(VALUE sock, VALUE val)
|
||||
#if FD_PASSING_BY_MSG_CONTROL
|
||||
struct {
|
||||
struct cmsghdr hdr;
|
||||
char pad[8+sizeof(int)+8];
|
||||
char pad[8+sizeof(int)+8];
|
||||
} cmsg;
|
||||
#endif
|
||||
|
||||
@ -300,7 +300,7 @@ unix_recv_io(int argc, VALUE *argv, VALUE sock)
|
||||
#if FD_PASSING_BY_MSG_CONTROL
|
||||
struct {
|
||||
struct cmsghdr hdr;
|
||||
char pad[8+sizeof(int)+8];
|
||||
char pad[8+sizeof(int)+8];
|
||||
} cmsg;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user