aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorToshihiro Shiino <shiino.toshihiro@gmail.com>2020-06-11 15:45:46 +0000
committerDmitri Shuralyov <dmitshur@golang.org>2020-06-11 22:17:59 +0000
commit7495a425981eacb35dbc44e53627bfb52a2c3240 (patch)
treefa7dc81776f86dd3c6116b46c74c80fb396f7ee9 /doc
parenta5a9a06d7183a6faf70b3d1231273af247503c19 (diff)
downloadgo-7495a425981eacb35dbc44e53627bfb52a2c3240.tar.gz
go-7495a425981eacb35dbc44e53627bfb52a2c3240.zip
doc/go1.15: replace tab indentation with spaces
Replace tab indentation with spaces for consistency, as all other indentation is done with spaces. For #37419 Change-Id: I728a75ae0d00e637f57eb455b6039ffc1a5feed2 Reviewed-on: https://go-review.googlesource.com/c/go/+/237538 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.15.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index dd25b27c5f..f451c1bbfd 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -359,11 +359,11 @@ Do not send CLs removing the interior tags from such phrases.
<h3 id="cgo">Cgo</h3>
<p><!-- CL 235817 -->
- Go 1.15 will translate the C type <code>EGLConfig</code> to the
- Go type <code>uintptr</code>. This change is similar to how Go
- 1.12 and newer treats <code>EGLDisplay</code>, Darwin's CoreFoundation and
- Java's JNI types. See the <a href="/cmd/cgo/#hdr-Special_cases">cgo
- documentation</a> for more information.
+ Go 1.15 will translate the C type <code>EGLConfig</code> to the
+ Go type <code>uintptr</code>. This change is similar to how Go
+ 1.12 and newer treats <code>EGLDisplay</code>, Darwin's CoreFoundation and
+ Java's JNI types. See the <a href="/cmd/cgo/#hdr-Special_cases">cgo
+ documentation</a> for more information.
</p>
<h3 id="minor_library_changes">Minor changes to the library</h3>