From: Zhou Peng Date: Fri, 4 May 2018 08:55:11 +0000 (+0000) Subject: src/*.bash: remove some trailing whitespace X-Git-Tag: go1.11beta1~536 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=166c37a7d0f2753be9fc5b16a9ab65e9e3d6975c;p=gostls13.git src/*.bash: remove some trailing whitespace Change-Id: I11793daafdb69156b1dafaa80fe501fcaeeff202 Reviewed-on: https://go-review.googlesource.com/111435 Reviewed-by: Brad Fitzpatrick --- diff --git a/src/make.bash b/src/make.bash index 93a5c43d11..4ea5a9a8b5 100755 --- a/src/make.bash +++ b/src/make.bash @@ -41,7 +41,7 @@ # This is used by cgo. Default is CC. # # CXX_FOR_TARGET: Command line to run to compile C++ code for GOARCH. -# This is used by cgo. Default is CXX, or, if that is not set, +# This is used by cgo. Default is CXX, or, if that is not set, # "g++" or "clang++". # # FC: Command line to run to compile Fortran code for GOARCH. diff --git a/src/race.bash b/src/race.bash index adf2297c2f..cafd834777 100755 --- a/src/race.bash +++ b/src/race.bash @@ -18,7 +18,7 @@ case $(uname) in # why Apple? why? if sysctl machdep.cpu.extfeatures | grep -qv EM64T; then usage - fi + fi ;; "Linux") if [ $(uname -m) != "x86_64" ]; then