From 8587bbd69593e0cf61a527eeec2fa1b5f0df96af Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 23 Oct 2015 07:03:34 +0000 Subject: * file.c: fix indent style. [fix GH-977] * test/ruby/test_string.rb: indent. [fix GH-975] [ci skip] These patches are contributed from @yui-knk git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.c') diff --git a/file.c b/file.c index 616f68f984..e31b3eeadc 100644 --- a/file.c +++ b/file.c @@ -4259,7 +4259,7 @@ ruby_enc_find_extname(const char *name, long *len, rb_encoding *enc) * File.extname("test.rb") #=> ".rb" * File.extname("a/b/d/test.rb") #=> ".rb" * File.extname(".a/b/d/test.rb") #=> ".rb" - * File.extname("foo.") #=> "" + * File.extname("foo.") #=> "" * File.extname("test") #=> "" * File.extname(".profile") #=> "" * File.extname(".profile.sh") #=> ".sh" -- cgit v1.2.3