]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod: add trailing comma for multi-line enums
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)
commit3fdf5c66e78a2d137ca2111b0d14e865120c93e3
tree5484181cc881cc42615e3fb6d62ae0add368e8d8
parent2b355954cbaf84a0af86410af996a21b2818322f
libkmod: add trailing comma for multi-line enums

... 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>
libkmod/libkmod-elf.c
libkmod/libkmod-signature.c
libkmod/libkmod.h