commit:     b5940f040300a84e9ed321d22e6f110a05a631d6
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 17:16:32 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 17:16:32 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=b5940f04

Whitespace cleanup.

 src/php.eselect.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index 15792f3..aa681f0 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -32,7 +32,7 @@ sapi_active_link_names() {
                fpm)     echo "php-fpm" ;;
                cgi)     echo "php-cgi" ;;
                dbg)     echo "phpdbg"  ;;
-        *)       die "invalid SAPI name: ${sapi}" ;;
+               *)       die "invalid SAPI name: ${sapi}" ;;
        esac
 }
 
@@ -62,7 +62,7 @@ sapi_active_link_dir() {
                fpm)     echo "${bin_dir}" ;;
                cgi)     echo "${bin_dir}" ;;
                dbg)     echo "${bin_dir}" ;;
-        *)       die "invalid SAPI name: ${sapi}" ;;
+               *)       die "invalid SAPI name: ${sapi}" ;;
        esac
 }
 
@@ -515,7 +515,7 @@ describe_update_options() {
 }
 
 do_update() {
-    check_module $1
+       check_module $1
        [[ -z ${2} || ( -z ${3} && ( ${2} == ifunset || ${2} == '--if-unset' ) 
) ]] || \
                die -q "Usage error"
 
@@ -524,7 +524,7 @@ do_update() {
                return
        fi
 
-    update_sapi $1 || echo "Nothing to update"
+       update_sapi $1 || echo "Nothing to update"
 }
 
 ## cleanup action
@@ -542,5 +542,5 @@ describe_cleanup_options() {
 }
 
 do_cleanup() {
-    cleanup_sapis
+       cleanup_sapis
 }

Reply via email to