summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-15 00:35:54 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-15 00:50:39 +0900
commita3934cd1e57f9d49d24cdaf29ed2bde2fd70cae6 (patch)
tree46f5bd09ca8d2163a301cb52fd50d81e6f50d0c0 /parse.y
parent67b6a222634800969292e7aa527e8437bfd37020 (diff)
Fix indent [ci skip]
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 0ff3ddbb4e..2be892d5ec 100644
--- a/parse.y
+++ b/parse.y
@@ -3724,7 +3724,7 @@ block_param_def : '|' opt_bv_decl '|'
opt_bv_decl : opt_nl
{
- $$ = 0;
+ $$ = 0;
}
| opt_nl ';' bv_decls opt_nl
{