Skip to content

Commit 166c37a

Browse files
Zhou Pengbradfitz
Zhou Peng
authored andcommitted
src/*.bash: remove some trailing whitespace
Change-Id: I11793daafdb69156b1dafaa80fe501fcaeeff202 Reviewed-on: https://go-review.googlesource.com/111435 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 51bda1f commit 166c37a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/make.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# This is used by cgo. Default is CC.
4242
#
4343
# CXX_FOR_TARGET: Command line to run to compile C++ code for GOARCH.
44-
# This is used by cgo. Default is CXX, or, if that is not set,
44+
# This is used by cgo. Default is CXX, or, if that is not set,
4545
# "g++" or "clang++".
4646
#
4747
# FC: Command line to run to compile Fortran code for GOARCH.

src/race.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ case $(uname) in
1818
# why Apple? why?
1919
if sysctl machdep.cpu.extfeatures | grep -qv EM64T; then
2020
usage
21-
fi
21+
fi
2222
;;
2323
"Linux")
2424
if [ $(uname -m) != "x86_64" ]; then

0 commit comments

Comments
 (0)