Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 02:46:00 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295194 - head/usr.sbin/bsdconfig/share
Message-ID:  <201602030246.u132k0GY066418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Wed Feb  3 02:46:00 2016
New Revision: 295194
URL: https://svnweb.freebsd.org/changeset/base/295194

Log:
  Remove trailing whitespace

Modified:
  head/usr.sbin/bsdconfig/share/strings.subr

Modified: head/usr.sbin/bsdconfig/share/strings.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/strings.subr	Wed Feb  3 02:14:31 2016	(r295193)
+++ head/usr.sbin/bsdconfig/share/strings.subr	Wed Feb  3 02:46:00 2016	(r295194)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602030246.u132k0GY066418>