1
0
mirror of https://github.com/golang/go synced 2024-11-18 10:04:43 -07:00

src/*.bash: remove some trailing whitespace

Change-Id: I11793daafdb69156b1dafaa80fe501fcaeeff202
Reviewed-on: https://go-review.googlesource.com/111435
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Zhou Peng 2018-05-04 08:55:11 +00:00 committed by Brad Fitzpatrick
parent 51bda1ff08
commit 166c37a7d0
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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