diff options
author | Stanislav Fomichev <sdf@google.com> | 2019-08-06 20:45:29 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-08-07 03:17:52 +0300 |
commit | 16e910d4467ccdf1cae5035e71035e5f7197e77d (patch) | |
tree | 1822c880732872e2ffb4a9496a4bfaf221da58ce /tools/testing/selftests/bpf/test_progs.c | |
parent | 66bd2ec1e0d9781133eb1a14eddb68facc69d54b (diff) | |
download | linux-16e910d4467ccdf1cae5035e71035e5f7197e77d.tar.xz |
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>
Diffstat (limited to 'tools/testing/selftests/bpf/test_progs.c')
-rw-r--r-- | tools/testing/selftests/bpf/test_progs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/test_progs.c b/tools/testing/selftests/bpf/test_progs.c index 6c11c796ea1f..12895d03d58b 100644 --- a/tools/testing/selftests/bpf/test_progs.c +++ b/tools/testing/selftests/bpf/test_progs.c @@ -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 " }, |