]> git.ipfire.org Git - thirdparty/kmod.git/commit
tools: 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)
commit35f5a02ceef019d4e05862dca1b159e4263eeb21
treed1f0e19306a6b826b5727ba7a7373777d6e11d4e
parent3fdf5c66e78a2d137ca2111b0d14e865120c93e3
tools: 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>
tools/depmod.c