1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2014-10-21 15:23:35 +00:00
parent 165221441c
commit a4f0db49ab

View file

@ -498,7 +498,7 @@ Instance_DidCreate(PP_Instance instance,
// 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;