selftests/bpf: Indent ima_setup.sh with tabs.
authorKP Singh <kpsingh@google.com>
Thu, 3 Dec 2020 19:14:37 +0000 (19:14 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 3 Dec 2020 19:20:21 +0000 (11:20 -0800)
commitffebecd9d49542046c5ecbb410af01e016636e19
tree2656ff19cfd05d9a28c12eda55082f40d2509dd7
parentd932e043b9d6d60113e90267ae2fbe4e946d7b08
selftests/bpf: Indent ima_setup.sh with tabs.

The file was formatted with spaces instead of tabs and went unnoticed
as checkpatch.pl did not complain (probably because this is a shell
script). Re-indent it with tabs to be consistent with other scripts.

Signed-off-by: KP Singh <kpsingh@google.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20201203191437.666737-5-kpsingh@chromium.org
tools/testing/selftests/bpf/ima_setup.sh