From cd838da194ca8aa795c732e330f7634d057da05b Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Thu, 18 Nov 2021 10:53:29 +1300 Subject: [PATCH] vanity: Indent with spaces part 2 More risky since it affects the inside of strings. --- maintainers/scripts/vanity.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/maintainers/scripts/vanity.sh b/maintainers/scripts/vanity.sh index a6e82e039422..b879488165df 100755 --- a/maintainers/scripts/vanity.sh +++ b/maintainers/scripts/vanity.sh @@ -76,20 +76,20 @@ echo "$maintainers" | cut -f 2 | sed -e 's@.*@ + ?y. - ?x ?g. + select ?x ?y ?g where { + ?x + ?y. + ?x ?g. } - " | tail -n +2 | + " | tail -n +2 | sed -re 's@@@g;' | sort -k 2,3 -t ' ' )" github_name_list="$( "$sparql" --results=TSV --data="$n3" " - select ?x ?y where { - ?x (+ / ) ?y. + select ?x ?y where { + ?x (+ / ) ?y. } - " | tail -n +2 | + " | tail -n +2 | sed -re 's@@@g;' )"