Indent the else path, reduce diff against OpenBSD.

This commit is contained in:
Xin LI 2008-07-18 23:35:31 +00:00
parent 59a23cacd4
commit c1613cd50a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180602

View File

@ -335,7 +335,7 @@ const char *body[] =
" if (yym)",
" yyval = yyvsp[1-yym];",
" else",
" memset(&yyval, 0, sizeof yyval);",
" memset(&yyval, 0, sizeof yyval);",
" switch (yyn)",
" {",
0