From 9e3b3a3b919868ea6a07cc6d8f7ca7f3ab0f9d81 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 27 Jun 2018 10:44:15 +0200 Subject: fix whitespace/indentation errors Some lines are indented by spaces, while adjacent lines are indentet by tabs. We should use tabs on both. --- find-libdeps.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find-libdeps.in') diff --git a/find-libdeps.in b/find-libdeps.in index 07ba3d8..7a3e6f5 100644 --- a/find-libdeps.in +++ b/find-libdeps.in @@ -57,7 +57,7 @@ process_sofile() { case $script_mode in deps) find_args=(-perm -u+x);; - provides) find_args=(-name '*.so*');; + provides) find_args=(-name '*.so*');; esac find . -type f "${find_args[@]}" | while read -r filename; do -- cgit v1.2.3-54-g00ecf