]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: reformat and clang-format off args[]
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 8 Sep 2024 10:38:12 +0000 (11:38 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Mon, 9 Sep 2024 04:39:19 +0000 (23:39 -0500)
commitaab416b4a8904ef0455bcd36d5c376c7ce972f94
treeb0e35e568873691b6c7f68dc90490167dee4659c
parent2e38dc68b37cbbfb72833063c7bb124b2fdc314c
testsuite: reformat and clang-format off args[]

Reformat a bunch of the args blocks and freeze them as-is. The remaining
instances clang-format handles correctly. The format is:

  progname,
  '--list', 'of', '--arguments',
  'modname',
  NULL

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