From afe73b16f6b03d95dd6f9ad87200fa64cf59df18 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 28 Mar 2021 07:54:26 +0100 Subject: [PATCH] fixheadtails.eclass: fix whitespace in output Signed-off-by: Sam James --- eclass/fixheadtails.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/fixheadtails.eclass b/eclass/fixheadtails.eclass index e5e5ae1069c69..f1df8242b6fdd 100644 --- a/eclass/fixheadtails.eclass +++ b/eclass/fixheadtails.eclass @@ -43,5 +43,5 @@ ht_fix_all() { MATCHES=$(grep -l -s -i -R -e "head -[ 0-9]" -e "tail [+-][ 0-9]" * | sort -u) [[ -n ${MATCHES} ]] \ && ht_fix_file ${MATCHES} \ - || einfo "No need for ht_fix_all anymore !" + || einfo "No need for ht_fix_all anymore!" }