diff options
author | Sam James <sam@gentoo.org> | 2022-07-31 03:31:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-31 03:31:17 +0100 |
commit | c68022e7081b51e599e562f98fcbe3add95ef824 (patch) | |
tree | 725455e33d3dc958bc9dfdae67cef6e984346b0b /eclass | |
parent | dev-haskell/linear: remove unused local USE from metadata.xml (diff) | |
download | gentoo-c68022e7081b51e599e562f98fcbe3add95ef824.tar.gz gentoo-c68022e7081b51e599e562f98fcbe3add95ef824.tar.bz2 gentoo-c68022e7081b51e599e562f98fcbe3add95ef824.zip |
toolchain.eclass: fix whitespace
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index d4007968ac8a..a1093e0fb603 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1910,9 +1910,9 @@ toolchain_src_test() { einfo "Comparing with previous cached results at ${BROOT}/var/cache/gcc/${SLOT}" # Exit with the following values: - # 0 if there is nothing of interest - # 1 if there are errors when comparing single test case files - # N for the number of errors found when comparing directories + # 0 if there is nothing of interest + # 1 if there are errors when comparing single test case files + # N for the number of errors found when comparing directories "${S}"/contrib/compare_tests "${BROOT}"/var/cache/gcc/${SLOT}/ . || die "Comparison for tests results failed, error code: $?" fi } |