]> git.ipfire.org Git - thirdparty/kmod.git/commit
tools: add trailing comma for multi-line arrays
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 7 Sep 2024 00:15:04 +0000 (01:15 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 7 Sep 2024 15:13:51 +0000 (10:13 -0500)
commit2b355954cbaf84a0af86410af996a21b2818322f
tree77760c963d3671b60c0862755303ca99a557cabc
parent1825f5565f56690f0b5205b072d73d2099c8427e
tools: add trailing comma for multi-line arrays

... otherwise the upcoming clang-format will try to fold them on single
line, making the end result far from ideal.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/114
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/depmod.c
tools/insmod.c
tools/kmod.c
tools/modinfo.c
tools/modprobe.c
tools/rmmod.c