mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 23:28:55 +00:00
selftests/bpf: test_progs: drop extra trailing tab
Small (un)related cleanup. Cc: Andrii Nakryiko <andriin@fb.com> Acked-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
This commit is contained in:
parent
66bd2ec1e0
commit
16e910d446
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ enum ARG_KEYS {
|
|||
ARG_VERIFIER_STATS = 's',
|
||||
ARG_VERBOSE = 'v',
|
||||
};
|
||||
|
||||
|
||||
static const struct argp_option opts[] = {
|
||||
{ "num", ARG_TEST_NUM, "NUM", 0,
|
||||
"Run test number NUM only " },
|
||||
|
|
Loading…
Add table
Reference in a new issue