adjust style
* process.c (rb_execarg_get): adjust style. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1699396fe5
commit
5c11384416
@ -2191,8 +2191,8 @@ rb_execarg_new(int argc, VALUE *argv, int accept_shell)
|
||||
return execarg_obj;
|
||||
}
|
||||
|
||||
struct rb_execarg
|
||||
*rb_execarg_get(VALUE execarg_obj)
|
||||
struct rb_execarg *
|
||||
rb_execarg_get(VALUE execarg_obj)
|
||||
{
|
||||
struct rb_execarg *eargp;
|
||||
TypedData_Get_Struct(execarg_obj, struct rb_execarg, &exec_arg_data_type, eargp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user