process.c: adjust indent
* process.c (exec_arg_data_type): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3a6bcb63d8
commit
3e9c0bfaeb
@ -1350,8 +1350,8 @@ memsize_exec_arg(const void *ptr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const rb_data_type_t exec_arg_data_type = {
|
static const rb_data_type_t exec_arg_data_type = {
|
||||||
"exec_arg",
|
"exec_arg",
|
||||||
{mark_exec_arg, free_exec_arg, memsize_exec_arg},
|
{mark_exec_arg, free_exec_arg, memsize_exec_arg},
|
||||||
};
|
};
|
||||||
|
|
||||||
#if !defined(HAVE_FORK) && defined(HAVE_SPAWNV)
|
#if !defined(HAVE_FORK) && defined(HAVE_SPAWNV)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user