lint: format grammar consistently

No binary change.
This commit is contained in:
rillig 2021-12-18 11:37:00 +00:00
parent ea3d926362
commit 5cfb5bfe3b
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
%{
/* $NetBSD: cgram.y,v 1.375 2021/12/16 23:46:21 rillig Exp $ */
/* $NetBSD: cgram.y,v 1.376 2021/12/18 11:37:00 rillig Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
__RCSID("$NetBSD: cgram.y,v 1.375 2021/12/16 23:46:21 rillig Exp $");
__RCSID("$NetBSD: cgram.y,v 1.376 2021/12/18 11:37:00 rillig Exp $");
#endif
#include <limits.h>
@ -1374,7 +1374,7 @@ array_size:
$$ = $3;
}
| T_QUAL {
/* C11, 6.7.6.2 */
/* C11 6.7.6.2 */
if ($1 != RESTRICT)
yyerror("Bad attribute");
$$ = NULL;