mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adjusted indents [ci skip]
This commit is contained in:
parent
58660e9434
commit
3260602fa3
1 changed files with 5 additions and 5 deletions
|
@ -3523,11 +3523,11 @@ rb_gzfile_path(VALUE obj)
|
|||
static VALUE
|
||||
gzfile_initialize_path_partial(VALUE obj)
|
||||
{
|
||||
struct gzfile* gz;
|
||||
TypedData_Get_Struct(obj, struct gzfile, &gzfile_data_type, gz);
|
||||
gz->path = rb_funcall(gz->io, id_path, 0);
|
||||
rb_define_singleton_method(obj, "path", rb_gzfile_path, 0);
|
||||
return Qnil;
|
||||
struct gzfile* gz;
|
||||
TypedData_Get_Struct(obj, struct gzfile, &gzfile_data_type, gz);
|
||||
gz->path = rb_funcall(gz->io, id_path, 0);
|
||||
rb_define_singleton_method(obj, "path", rb_gzfile_path, 0);
|
||||
return Qnil;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue