commit:     4aa3f439d814807d093b2a7731a3b7b25ed520cd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 09:20:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 09:20:18 2024 +0000
URL:        https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=4aa3f439

eltpatch.in: fix some indentation nits

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eltpatch.in | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/eltpatch.in b/eltpatch.in
index 2714ba0..23463be 100644
--- a/eltpatch.in
+++ b/eltpatch.in
@@ -61,9 +61,9 @@ ELT_try_and_apply_patch() {
 #
 ELT_libtool_version() {
        (
-       unset VERSION
-       eval $(grep -e '^[[:space:]]*VERSION=' "$1")
-       echo "${VERSION:-0}"
+               unset VERSION
+               eval $(grep -e '^[[:space:]]*VERSION=' "$1")
+               echo "${VERSION:-0}"
        )
 }
 
@@ -333,8 +333,8 @@ elibtoolize() {
                                                        fi
                                                else
                                                        if grep -qs 'We do not 
want portage' "${d}/ltmain.sh" ; then
-                                                       #       ewarn "  
Portage patch seems to be already applied."
-                                                       #       ewarn "  Please 
verify that it is not needed."
+                                                               #ewarn "  
Portage patch seems to be already applied."
+                                                               #ewarn "  
Please verify that it is not needed."
                                                                :
                                                        else
                                                                local 
version=$(ELT_libtool_version "${d}"/ltmain.sh)
@@ -417,11 +417,11 @@ elibtoolize() {
                                        ELT_walk_patches "${d}/configure" "${p}"
                                        ret=$?
                                        ;;
-                fix-file-check)
+                               fix-file-check)
                                        ELT_walk_patches "${d}/configure" "${p}"
                                        ret=$?
                                        ;;
-                clang-runtime)
+                               clang-runtime)
                                        ELT_walk_patches "${d}/configure" "${p}"
                                        ret=$?
                                        ;;

Reply via email to