adjust indent

This commit is contained in:
Nobuyoshi Nakada
2014-04-21 14:53:37 +09:00
parent e7f5cd7d4e
commit 28f6cfe424
+1 -1
View File
@@ -3061,7 +3061,7 @@ f_opt_asgn : tIDENTIFIER '='
f_opt : f_opt_asgn arg_value
{
$$ = cons(nsym($1), $2);
$$ = cons(nsym($1), $2);
}
;