From cb474e20d6ff923a8f338f26b93234411065ffc0 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 2 Nov 2016 22:02:43 +0100 Subject: fix mixed tabs & spaces and surplus empty lines at EOF --- setup-apkcache.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'setup-apkcache.in') diff --git a/setup-apkcache.in b/setup-apkcache.in index 5210d82..d4bfb39 100644 --- a/setup-apkcache.in +++ b/setup-apkcache.in @@ -5,7 +5,7 @@ PREFIX= . "$PREFIX/lib/libalpine.sh" usage() { - cat <<__EOF__ + cat <<__EOF__ usage: setup-apkcache [-h] [DIR] Setup apk caching. @@ -15,7 +15,7 @@ If DIR is not specified user will be asked for location. options: -h Show this help __EOF__ - exit 1 + exit 1 } is_mounted() { @@ -97,9 +97,9 @@ __EOF__ } while getopts "h" opt; do - case $opt in + case $opt in h) usage;; - esac + esac done shift $(( $OPTIND - 1 )) @@ -165,4 +165,3 @@ case "$cleanup" in umount) umount $mount;; remount) mount -o remount,ro $mount;; esac - -- cgit v1.2.3