commit | 1440e7929392297f1578a54f372e9821bb1b0658 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Fri Mar 20 13:15:10 2020 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Mar 20 21:46:12 2020 +0100 |
tree | 184970998d630dac13e71ce33a9951f60c3191eb | |
parent | c0fd336ea4ca82377fbb0954db09d765eb794339 [diff] |
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