Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
changeset 725:33293795caa6
farray.sh: style
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 06 Oct 2024 05:56:27 +0200 |
| parents | 3adb26525b19 |
| children | 23f6d2993fa2 |
| files | share/local-bsdtools/farray.sh |
| diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/share/local-bsdtools/farray.sh Sun Oct 06 05:45:29 2024 +0200 +++ b/share/local-bsdtools/farray.sh Sun Oct 06 05:56:27 2024 +0200 @@ -2883,7 +2883,8 @@ case "$1" in '') - return 0;; + return 0 + ;; "${_farr_array_token_prefix}"*) farray_destroy "$1" # let the return value pass through @@ -2893,6 +2894,7 @@ # let the return value pass through ;; *) - return 0;; + return 0 + ;; esac }
