From 36cfbf85db275385f492070443b5d59bf4feb385 Mon Sep 17 00:00:00 2001 From: svn Date: Tue, 12 Jan 2016 07:03:32 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 29c3acc5d1..c553ee26b9 100644 --- a/string.c +++ b/string.c @@ -5594,7 +5594,7 @@ rb_str_check_dummy_enc(rb_encoding *enc) static OnigCaseFoldType check_case_options(int argc, VALUE *argv, OnigCaseFoldType flag) -{ +{ if (argc==0) return flag; if (argc>2) -- cgit v1.2.3