summaryrefslogtreecommitdiff
path: root/find-libdeps.in
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-02 09:32:43 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2019-04-20 17:58:55 +0200
commit321e998020cfdb337c1ebc1ac41f5e729b9e276c (patch)
tree2864358cfb13bccc70b95a9ebf969739d8f68935 /find-libdeps.in
parentc86823a2d4a4152c71faa1c3bab227756232996f (diff)
downloaddevtools32-321e998020cfdb337c1ebc1ac41f5e729b9e276c.tar.xz
fix whitespace/indentation errors
Some lines are indented by spaces, while adjacent lines are indentet by tabs. We should use tabs on both. Signed-off-by: Erich Eckner <git@eckner.net>
Diffstat (limited to 'find-libdeps.in')
-rw-r--r--find-libdeps.in2
1 files changed, 1 insertions, 1 deletions
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