OSDN Git Service

selftests/bpf: test_progs: drop extra trailing tab
authorStanislav Fomichev <sdf@google.com>
Tue, 6 Aug 2019 17:45:29 +0000 (10:45 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 7 Aug 2019 00:17:52 +0000 (17:17 -0700)
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>
tools/testing/selftests/bpf/test_progs.c

index 6c11c79..12895d0 100644 (file)
@@ -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 " },