common: cleanup trailing whitespaces

This commit is contained in:
zlice 2023-01-30 09:34:51 -05:00 committed by classabbyamp
parent d2f4069ccb
commit 12e6985c34
14 changed files with 19 additions and 19 deletions

View file

@ -22,7 +22,7 @@ consistency_convert_pkgname () {
;;
esac
case "$dep" in
*\<*|*\>*|*=*)
*\<*|*\>*|*=*)
printf "%s %s %s\n" "$dep" "$origname" "$deplabel"
continue
;;