]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
checkstyle9: Allow a space between "*" and _*restrict
authorMateusz Piotrowski <0mp@FreeBSD.org>
Tue, 23 Apr 2024 10:29:02 +0000 (12:29 +0200)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Thu, 25 Apr 2024 09:51:25 +0000 (11:51 +0200)
commit42255af64a5471a2668e3a0552d82639e1f70ee4
tree55e4e054ab4b4505eef12fa21cc551b4f86fc0a1
parent177ba183076bd6fe6b29b1d657b954cca256506b
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
tools/build/checkstyle9.pl