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

ruby-changes:35803

From: svn <ko1@a...>
Date: Sat, 11 Oct 2014 22:33:46 +0900 (JST)
Subject: [ruby-changes:35803] svn:r47885 (trunk): * remove trailing spaces.

svn	2014-10-11 22:33:36 +0900 (Sat, 11 Oct 2014)

  New Revision: 47885

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/file.c
Index: file.c
===================================================================
--- file.c	(revision 47884)
+++ file.c	(revision 47885)
@@ -64,7 +64,7 @@ int flock(int, int); https://github.com/ruby/ruby/blob/trunk/file.c#L64
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#if defined(__native_client__) 
+#if defined(__native_client__)
 # if defined(NACL_NEWLIB)
 #  include "nacl/utime.h"
 #  include "nacl/stat.h"

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

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