selftests/bpf: Fix mix of tabs and spaces
authorBill Wendling <morbo@google.com>
Fri, 20 Mar 2020 20:15:10 +0000 (13:15 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 20 Mar 2020 20:46:12 +0000 (21:46 +0100)
commit1440e7929392297f1578a54f372e9821bb1b0658
tree184970998d630dac13e71ce33a9951f60c3191eb
parentc0fd336ea4ca82377fbb0954db09d765eb794339
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: Bill Wendling <morbo@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200320201510.217169-1-morbo@google.com
tools/testing/selftests/bpf/prog_tests/btf_dump.c