mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
win32.c: style
* win32/win32.c (rb_w32_fd_is_text): adjust style. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b0488c5bb1
commit
140934c661
1 changed files with 2 additions and 1 deletions
|
@ -6582,7 +6582,8 @@ rb_w32_inet_ntop(int af, const void *addr, char *numaddr, size_t numaddr_len)
|
||||||
|
|
||||||
/* License: Ruby's */
|
/* License: Ruby's */
|
||||||
char
|
char
|
||||||
rb_w32_fd_is_text(int fd) {
|
rb_w32_fd_is_text(int fd)
|
||||||
|
{
|
||||||
return _osfile(fd) & FTEXT;
|
return _osfile(fd) & FTEXT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue