type testing.indenter

3 uses

	testing (current package)
		testing.go#L600: type indenter struct {
		testing.go#L604: func (w indenter) Write(b []byte) (n int, err error) {
		testing.go#L1228: 	t.w = indenter{&t.common}