Fix indent from last commit. v2.2.0_alpha134
authorZac Medico <zmedico@gentoo.org>
Thu, 27 Sep 2012 19:12:03 +0000 (12:12 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 27 Sep 2012 19:12:03 +0000 (12:12 -0700)
bin/ebuild.sh

index 1b15bd06a50b3e90b85c3f367b1a68b1ec8cbea8..b4deb9c99e52afdf78e4901f68f047f7ada5fda0 100755 (executable)
@@ -33,11 +33,11 @@ else
        done
        # These dummy functions return false in non-strict EAPIs, in order to ensure that
        # `use multislot` is false for the "depend" phase.
-               funcs="use useq usev"
-               if ___eapi_has_usex; then
-                       funcs+=" usex"
-               fi
-               for x in ${funcs} ; do
+       funcs="use useq usev"
+       if ___eapi_has_usex; then
+               funcs+=" usex"
+       fi
+       for x in ${funcs} ; do
                eval "${x}() {
                        if ___eapi_disallows_helpers_in_global_scope; then
                                die \"\${FUNCNAME}() calls are not allowed in global scope\"