merge revision(s) 39253:

win32.c: style

	* win32/win32.c (rb_w32_fd_is_text): adjust style.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2013-03-02 17:28:03 +00:00
parent e8237c5b32
commit 7af9573be2
2 changed files with 3 additions and 2 deletions

View file

@ -6582,7 +6582,8 @@ rb_w32_inet_ntop(int af, const void *addr, char *numaddr, size_t numaddr_len)
/* License: Ruby's */
char
rb_w32_fd_is_text(int fd) {
rb_w32_fd_is_text(int fd)
{
return _osfile(fd) & FTEXT;
}