On 8/2/19 10:17 AM, Stanislav Fomichev wrote: > Small (un)related cleanup. > > Cc: Andrii Nakryiko <andriin@xxxxxx> > Signed-off-by: Stanislav Fomichev <sdf@xxxxxxxxxx> > --- Acked-by: Andrii Nakryiko <andriin@xxxxxx> > tools/testing/selftests/bpf/test_progs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/testing/selftests/bpf/test_progs.c b/tools/testing/selftests/bpf/test_progs.c > index 71c717162ac8..477539d0adeb 100644 > --- a/tools/testing/selftests/bpf/test_progs.c > +++ b/tools/testing/selftests/bpf/test_progs.c > @@ -279,7 +279,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 " },