]> 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)
commitbcd34d8bc41f9b315669b760038f78de18e2aa6c
tree2656ff19cfd05d9a28c12eda55082f40d2509dd7
parent2109ea05684be2455b85a0cff03e0011a945f04b
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