aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-07-27 18:42:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-07-27 18:42:27 +0900
commitf42230ff2210647d480d02a381065359be993015 (patch)
treeb56f825079885aa90cb274bf76a602bafdeec0e8 /debug.c
parent8b9d4b2ce64d496454428292b8d723878906c966 (diff)
downloadruby-f42230ff2210647d480d02a381065359be993015.tar.gz
Adjust styles [ci skip]
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index 81b03c540f..3af7f26275 100644
--- a/debug.c
+++ b/debug.c
@@ -348,7 +348,8 @@ setup_debug_log_filter(void)
if (*str == '-') {
debug_log.filters[i].negative = true;
str++;
- } else if (*str == '+') {
+ }
+ else if (*str == '+') {
// negative is false on default.
str++;
}