Commit 28f6cfe4 authored by Nobuyoshi Nakada's avatar Nobuyoshi Nakada

adjust indent

parent e7f5cd7d
......@@ -3061,7 +3061,7 @@ f_opt_asgn : tIDENTIFIER '='
f_opt : f_opt_asgn arg_value
{
$$ = cons(nsym($1), $2);
$$ = cons(nsym($1), $2);
}
;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment