Skip to content

Commit 16e910d

Browse files
fomichevAlexei Starovoitov
authored andcommitted
selftests/bpf: test_progs: drop extra trailing tab
Small (un)related cleanup. Cc: Andrii Nakryiko <[email protected]> Acked-by: Andrii Nakryiko <[email protected]> Signed-off-by: Stanislav Fomichev <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 66bd2ec commit 16e910d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/bpf/test_progs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ enum ARG_KEYS {
278278
ARG_VERIFIER_STATS = 's',
279279
ARG_VERBOSE = 'v',
280280
};
281-
281+
282282
static const struct argp_option opts[] = {
283283
{ "num", ARG_TEST_NUM, "NUM", 0,
284284
"Run test number NUM only " },

0 commit comments

Comments
 (0)