commit:     94236624d34a85e23e7dea31e58718c6a1c7f36c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 05:05:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 05:05:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94236624

sys-apps/util-linux: fix WhitespaceFound

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

 sys-apps/util-linux/util-linux-2.40.1-r3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/util-linux/util-linux-2.40.1-r3.ebuild 
b/sys-apps/util-linux/util-linux-2.40.1-r3.ebuild
index 1205062fedfc..857fb9418af0 100644
--- a/sys-apps/util-linux/util-linux-2.40.1-r3.ebuild
+++ b/sys-apps/util-linux/util-linux-2.40.1-r3.ebuild
@@ -110,10 +110,10 @@ pkg_pretend() {
 }
 
 src_unpack() {
-        if [[ ${PV} == 9999 ]] ; then
-                git-r3_src_unpack
-                return
-        fi
+       if [[ ${PV} == 9999 ]] ; then
+               git-r3_src_unpack
+               return
+       fi
 
        # Upstream sign the decompressed .tar
        if use verify-sig; then

Reply via email to