]> Cypherpunks repositories - gostls13.git/commitdiff
fmt: use tabs for indentation
authorDmitri Shuralyov <dmitshur@golang.org>
Tue, 8 Mar 2022 00:08:49 +0000 (00:08 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 8 Mar 2022 00:44:45 +0000 (00:44 +0000)
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>
src/fmt/doc.go

index 4a095557344c0072f643f87c4c223d23271599d3..a7bd02b627f62f53bd77d89665f9dd5f49aa32e0 100644 (file)
                        put spaces between bytes printing strings or slices in hex (% x, % X)
                0       pad with leading zeros rather than spaces;
                        for numbers, this moves the padding after the sign;
-                        ignored for strings, byte slices and byte arrays
+                       ignored for strings, byte slices and byte arrays
 
        Flags are ignored by verbs that do not expect them.
        For example there is no alternate decimal format, so %#d and %d