From 253fd5fe6b485eef92e36b46bd17ccbc11f2c397 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 27 Sep 2017 05:08:53 +0000 Subject: ext: adjust indent [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/stringio/stringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/stringio') diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 026a1faaa9..761ec8e4d1 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -1558,7 +1558,7 @@ strio_external_encoding(VALUE self) static VALUE strio_internal_encoding(VALUE self) { - return Qnil; + return Qnil; } /* -- cgit v1.2.3