]> Cypherpunks repositories - gostls13.git/commit
src/*.bash: use tabs consistently
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 9 Mar 2017 20:50:24 +0000 (20:50 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 9 Mar 2017 21:30:31 +0000 (21:30 +0000)
commit027500ce385709ecaa8fe11320a23a12f8e3b3de
treee44cd269418d1b2207e8b24491ad3228d391c0d9
parent945180fe2aa3238bbc23f336a00eba934daa9ccc
src/*.bash: use tabs consistently

make.bash used mostly tabs and buildall.bash used mostly spaces, but
they were both mixing them. Be consistent and use tabs, as that's what's
more common and what the Go code uses.

Change-Id: Ia6affbfccfe64fda800c1ac400965df364d2c545
Reviewed-on: https://go-review.googlesource.com/37967
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/buildall.bash
src/make.bash