]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita0f8fe99d55813f3f2312e0c2dbcfaad672c7dbd
tree2656ff19cfd05d9a28c12eda55082f40d2509dd7
parentd82f1c9cc159e1c8f58b7d7ddeb709bda883d9ec
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