summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-07 14:55:46 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:42 -0400
commitd355bf17ba54d608b0dd1eda5a09b35fb3b2a4c6 (patch)
tree92a9de96fc5271692d75fbf67c343f30eae1f410 /ruby.c
parent34f1595405f8c709e3c98f66d7e49f2b2c816feb (diff)
Style fix in ruby.c
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
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);
}