]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: make tabs narrow in src column of ssa.html
authorYury Smolsky <yury@smolsky.by>
Wed, 17 Oct 2018 07:40:44 +0000 (10:40 +0300)
committerYury Smolsky <yury@smolsky.by>
Wed, 17 Oct 2018 14:21:43 +0000 (14:21 +0000)
commitde31f637a9edec8a94c8fb6124bb30ff1d6ee1ee
tree72820954ecc32bd6c483944413175545254e00c0
parenta2381f59662f8118c5cd78baaa90e8b186947e8f
cmd/compile: make tabs narrow in src column of ssa.html

Too deeply nested code is hard to fit in ssa.html.
This CL reduces the tab size to 4 characters.

Change-Id: I08643b0868bce3439567084c7d701654655f23d7
Reviewed-on: https://go-review.googlesource.com/c/142857
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/html.go