mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -1350,8 +1350,8 @@ memsize_exec_arg(const void *ptr)
|
|||
}
|
||||
|
||||
static const rb_data_type_t exec_arg_data_type = {
|
||||
"exec_arg",
|
||||
{mark_exec_arg, free_exec_arg, memsize_exec_arg},
|
||||
"exec_arg",
|
||||
{mark_exec_arg, free_exec_arg, memsize_exec_arg},
|
||||
};
|
||||
|
||||
#if !defined(HAVE_FORK) && defined(HAVE_SPAWNV)
|
||||
|
|
Loading…
Reference in a new issue