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

ruby-changes:36001

From: svn <ko1@a...>
Date: Wed, 22 Oct 2014 10:27:15 +0900 (JST)
Subject: [ruby-changes:36001] svn:r48079 (trunk): * remove trailing spaces.

svn	2014-10-22 00:23:35 +0900 (Wed, 22 Oct 2014)

  New Revision: 48079

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/nacl/pepper_main.c
Index: nacl/pepper_main.c
===================================================================
--- nacl/pepper_main.c	(revision 48078)
+++ nacl/pepper_main.c	(revision 48079)
@@ -498,7 +498,7 @@ Instance_DidCreate(PP_Instance instance, https://github.com/ruby/ruby/blob/trunk/nacl/pepper_main.c#L498
 
   // TODO(yugui) Mount devfs
 
-  if (mount("/lib", "/lib", "httpfs", 
+  if (mount("/lib", "/lib", "httpfs",
         0, "allow_cross_origin_requests=false")) {
     perror("mount httpfs");
     return PP_FALSE;

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

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