]> git.mdlowis.com Git - proto/labwc.git/commit
checkpatch.pl: remove 'spaces preferred around that...' warning
authorJohan Malm <jgm323@gmail.com>
Mon, 3 Jul 2023 16:04:15 +0000 (17:04 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 4 Jul 2023 05:01:47 +0000 (06:01 +0100)
commit0958e88c754e38f51efa14dbd4248c1ea4ad1698
tree527e91fa1caa28ae2ac724c99c0bd0bc36bc4e1d
parent4a31972b6f55a6c9d4d7f3350af69f35416e9b82
checkpatch.pl: remove 'spaces preferred around that...' warning

...because it gives a false positive for "xmlChar *foo" saying it should
be "xmlChar * foo".
scripts/checkpatch.pl