]> git.ipfire.org Git - thirdparty/kmod.git/commit
shared: 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)
commit13531c29278a5c002f882ac26fb2026fc1e14b1d
treef91806cacc9ea4b192097b8bb43a3425f90d2680
parentb509ef77b451e9c09b74f74d9282f62ca2ca5996
shared: 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>
shared/hash.c
shared/util.c