HomeFreeBSD

checkstyle9: Allow a space between "*" and _*restrict

Description

checkstyle9: Allow a space between "*" and _*restrict

Before the change, we would get errors like this:

ERROR: "foo * bar" should be "foo *bar"
#369: FILE: foobar.c:369:
+barbaz(char * __restrict s,

Reviewed by: des, imp
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D44911

Details

Provenance
0mpAuthored on Tue, Apr 23, 10:29 AM
Reviewer
des
Differential Revision
D44911: checkstyle9: Allow a space between "*" and __restrict
Parents
rG177ba183076b: sync.8: Document that the "sync dance" is not a thing
Branches
Unknown
Tags
Unknown