ruby-changes:69243
From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:24:20 +0900 (JST)
Subject: [ruby-changes:69243] d355bf17ba (master): Style fix in ruby.c
https://git.ruby-lang.org/ruby.git/commit/?id=d355bf17ba From d355bf17ba54d608b0dd1eda5a09b35fb3b2a4c6 Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Thu, 7 Oct 2021 14:55:46 -0400 Subject: Style fix in ruby.c --- ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby.c b/ruby.c index 0476135d34..48391b6945 100644 --- a/ruby.c +++ b/ruby.c @@ -238,7 +238,7 @@ cmdline_options_init(ruby_cmdline_options_t *opt) https://github.com/ruby/ruby/blob/trunk/ruby.c#L238 opt->features.set |= FEATURE_BIT(yjit); #endif - if(getenv("RUBY_YJIT_ENABLE")) { + if (getenv("RUBY_YJIT_ENABLE")) { opt->features.set |= FEATURE_BIT(yjit); } -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/