Fix indent [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-12-15 00:35:54 +09:00
parent 67b6a22263
commit a3934cd1e5
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -3724,7 +3724,7 @@ block_param_def : '|' opt_bv_decl '|'
opt_bv_decl : opt_nl
{
$$ = 0;
$$ = 0;
}
| opt_nl ';' bv_decls opt_nl
{