[前][次][番号順一覧][スレッド一覧]

ruby-changes:27201

From: nobu <ko1@a...>
Date: Fri, 15 Feb 2013 18:31:27 +0900 (JST)
Subject: [ruby-changes:27201] nobu:r39253 (trunk): win32.c: style

nobu	2013-02-15 18:31:16 +0900 (Fri, 15 Feb 2013)

  New Revision: 39253

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39253

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

  Modified files:
    trunk/win32/win32.c

Index: win32/win32.c
===================================================================
--- win32/win32.c	(revision 39252)
+++ win32/win32.c	(revision 39253)
@@ -6582,7 +6582,8 @@ rb_w32_inet_ntop(int af, const void *add https://github.com/ruby/ruby/blob/trunk/win32/win32.c#L6582
 
 /* License: Ruby's */
 char
-rb_w32_fd_is_text(int fd) {
+rb_w32_fd_is_text(int fd)
+{
     return _osfile(fd) & FTEXT;
 }
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]