go/src/fmt
Dmitri Shuralyov 0043c1efbb fmt: use tabs for indentation
Replace 24 spaces added in CL 389434 with 3 tabs,
so the new line is indented like other lines around it.

Updates #51419.

Change-Id: Ic3e50023a01f233c52dda53c36de2c461222d95c
Reviewed-on: https://go-review.googlesource.com/c/go/+/390674
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Adam Shannon <adamkshannon@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2022-03-08 00:44:45 +00:00
..
doc.go fmt: use tabs for indentation 2022-03-08 00:44:45 +00:00
errors.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
errors_test.go cmd: update x/tools version to enforce only one %w 2019-09-27 21:17:15 +00:00
example_test.go
export_test.go
fmt_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
format.go fmt: use “truncateString” not “truncate” in method doc 2021-03-13 18:02:24 +00:00
gostringer_example_test.go
print.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
scan.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
scan_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
stringer_example_test.go
stringer_test.go