]> Cypherpunks repositories - gostls13.git/commitdiff
src/*.bash: remove some trailing whitespace
authorZhou Peng <p@ctriple.cn>
Fri, 4 May 2018 08:55:11 +0000 (08:55 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 4 May 2018 14:47:49 +0000 (14:47 +0000)
Change-Id: I11793daafdb69156b1dafaa80fe501fcaeeff202
Reviewed-on: https://go-review.googlesource.com/111435
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/make.bash
src/race.bash

index 93a5c43d11275e40ccf88829be6fd976bf913d0b..4ea5a9a8b5aadcc6f65b8ac22151ea536d383e80 100755 (executable)
@@ -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.
index adf2297c2fd5b093f895af5522e7b9ea02e0e762..cafd834777c6826f06f77052258d09afba186611 100755 (executable)
@@ -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