]> Cypherpunks.ru repositories - gostls13.git/commitdiff
src/run.bash: remove some trailing whitespace
authorZhou Peng <p@ctriple.cn>
Sun, 1 Apr 2018 16:01:52 +0000 (16:01 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 1 Apr 2018 16:12:47 +0000 (16:12 +0000)
Change-Id: I56a4d25bdf886d0c0cc9723c197a014dfc9da3d3
Reviewed-on: https://go-review.googlesource.com/103995
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/run.bash

index 1fde5f46105e5eb99b49f3e3b98703b82b7b2087..5679f9955797036884084fdce0b52499f2425012 100755 (executable)
@@ -35,7 +35,7 @@ ulimit -c 0
 # non-root process is allowed to set the high limit.
 # This is a system misconfiguration and should be fixed on the
 # broken system, not "fixed" by ignoring the failure here.
-# See longer discussion on golang.org/issue/7381. 
+# See longer discussion on golang.org/issue/7381.
 [ "$(ulimit -H -n)" = "unlimited" ] || ulimit -S -n $(ulimit -H -n)
 [ "$(ulimit -H -d)" = "unlimited" ] || ulimit -S -d $(ulimit -H -d)