code-style: cleanup

This commit is contained in:
NRK
2021-09-08 06:36:31 +06:00
parent 83122547a5
commit 5202397d42

6
sxbm
View File

@ -87,9 +87,11 @@ bm_add() {
} }
__awk_search() { __awk_search() {
awk "$@"' { LINK=$1; $1=""; awk "$@"' {
LINK=$1; $1="";
gsub(/[[:blank:]]\+.*($| )/,""); gsub(/[[:blank:]]\+.*($| )/,"");
print NR ") " LINK " " $0 }' "$DATA_FILE" print NR ") " LINK " " $0
}' "$DATA_FILE"
} }
# this entire function is a massive joke # this entire function is a massive joke