ruby-changes:65494
From: Nobuyoshi <ko1@a...>
Date: Wed, 17 Mar 2021 09:49:42 +0900 (JST)
Subject: [ruby-changes:65494] 3260602fa3 (master): Adjusted indents [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=3260602fa3 From 3260602fa3d905ba310b9afbc5365ee52cb53d62 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 17 Mar 2021 09:49:17 +0900 Subject: Adjusted indents [ci skip] --- ext/zlib/zlib.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index a1da5f8..4591920 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -3523,11 +3523,11 @@ rb_gzfile_path(VALUE obj) https://github.com/ruby/ruby/blob/trunk/ext/zlib/zlib.c#L3523 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 -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/