From 3f42963504d95783aa31e21ea04dc6beacbc45af Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 9 Dec 2016 02:59:55 +0000 Subject: Adjust indent [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- load.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'load.c') diff --git a/load.c b/load.c index 43b61e982a..854d56a9d9 100644 --- a/load.c +++ b/load.c @@ -230,10 +230,10 @@ features_index_add(VALUE feature, VALUE offset) feature_end = feature_str + RSTRING_LEN(feature); for (ext = feature_end; ext > feature_str; ext--) - if (*ext == '.' || *ext == '/') - break; + if (*ext == '.' || *ext == '/') + break; if (*ext != '.') - ext = NULL; + ext = NULL; /* Now `ext` points to the only string matching %r{^\.[^./]*$} that is at the end of `feature`, or is NULL if there is no such string. */ -- cgit v1.2.3