diff options
author | dteske <dteske@FreeBSD.org> | 2016-02-03 02:46:00 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2016-02-03 02:46:00 +0000 |
commit | 075f458553f88ba29dc4d130e77dd6321f595b21 (patch) | |
tree | 4c3c248df586565b78d8fe24f598db4a022085bf /usr.sbin/bsdconfig | |
parent | 86be85e87ea583d6b89dc395f00ae6b6ba8ec606 (diff) | |
download | FreeBSD-src-075f458553f88ba29dc4d130e77dd6321f595b21.zip FreeBSD-src-075f458553f88ba29dc4d130e77dd6321f595b21.tar.gz |
Remove trailing whitespace
Diffstat (limited to 'usr.sbin/bsdconfig')
-rw-r--r-- | usr.sbin/bsdconfig/share/strings.subr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdconfig/share/strings.subr b/usr.sbin/bsdconfig/share/strings.subr index f1dbbd7..bf0604a 100644 --- a/usr.sbin/bsdconfig/share/strings.subr +++ b/usr.sbin/bsdconfig/share/strings.subr @@ -65,7 +65,7 @@ f_isinteger() # f_substr [-v $var_to_set] $string $start [$length] # # Similar to awk(1)'s substr(), return length substring of string that begins -# at start position counted from 1. +# at start position counted from 1. # f_substr() { @@ -76,7 +76,7 @@ f_substr() esac done shift $(( $OPTIND - 1 )) - + local __tmp="$1" __start="${2:-1}" __size="$3" local __tbuf __tbuf_len __trim __trimq |