Indent the else path, reduce diff against OpenBSD.

This commit is contained in:
delphij 2008-07-18 23:35:31 +00:00
parent 493038bc03
commit ec5327b1cd

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