From d355bf17ba54d608b0dd1eda5a09b35fb3b2a4c6 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 7 Oct 2021 14:55:46 -0400 Subject: [PATCH] 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) opt->features.set |= FEATURE_BIT(yjit); #endif - if(getenv("RUBY_YJIT_ENABLE")) { + if (getenv("RUBY_YJIT_ENABLE")) { opt->features.set |= FEATURE_BIT(yjit); }