diff options
author | Alan Wu <[email protected]> | 2021-10-07 14:55:46 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:42 -0400 |
commit | d355bf17ba54d608b0dd1eda5a09b35fb3b2a4c6 (patch) | |
tree | 92a9de96fc5271692d75fbf67c343f30eae1f410 | |
parent | 34f1595405f8c709e3c98f66d7e49f2b2c816feb (diff) |
Style fix in ruby.c
-rw-r--r-- | ruby.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |