Commit 1440e792 authored by Bill Wendling's avatar Bill Wendling Committed by Daniel Borkmann

selftests/bpf: Fix mix of tabs and spaces

Clang's -Wmisleading-indentation warns about misleading indentations if
there's a mixture of spaces and tabs. Remove extraneous spaces.
Signed-off-by: default avatarBill Wendling <morbo@google.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200320201510.217169-1-morbo@google.com
parent c0fd336e
...@@ -125,6 +125,6 @@ void test_btf_dump() { ...@@ -125,6 +125,6 @@ void test_btf_dump() {
if (!test__start_subtest(t->name)) if (!test__start_subtest(t->name))
continue; continue;
test_btf_dump_case(i, &btf_dump_test_cases[i]); test_btf_dump_case(i, &btf_dump_test_cases[i]);
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment