commit:     c98ecbb98935a5abaafbf63694be22ba6d940538
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 07:04:13 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 07:04:33 2022 +0000
URL:        https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=c98ecbb9

java-vm.eselect: whitespaces fixes

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 src/modules/java-vm.eselect.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/java-vm.eselect.in b/src/modules/java-vm.eselect.in
index 552062f..e332c5a 100644
--- a/src/modules/java-vm.eselect.in
+++ b/src/modules/java-vm.eselect.in
@@ -68,7 +68,7 @@ do_list() {
        local found_build_only
        if [[ -n ${targets[@]} ]] ; then
                local i system_name user_name
-       
+
                [[ -L ${VM_SYSTEM} ]] && system_name=$(sym_to_vm "${VM_SYSTEM}")
                [[ -L ${VM_USER} ]] && user_name=$(sym_to_vm "${VM_USER}")
 
@@ -133,7 +133,7 @@ do_set() {
                        die -q "Sorry, you don't have enough permission to set 
system"
                fi
        elif [[ ${1} == "user" ]]; then
-               if [[ ${UID} != 0 ]]; then 
+               if [[ ${UID} != 0 ]]; then
                        my_set "${VM_USER}" "${2}" ${ifunset}
                else
                        die -q "Sorry, you cannot set a user VM as root. Set 
the system VM instead"

Reply via email to