mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue