From 7495a425981eacb35dbc44e53627bfb52a2c3240 Mon Sep 17 00:00:00 2001 From: Toshihiro Shiino Date: Thu, 11 Jun 2020 15:45:46 +0000 Subject: [PATCH] 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 --- doc/go1.15.html | 10 +++++----- 1 file 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.

Cgo

- Go 1.15 will translate the C type EGLConfig to the - Go type uintptr. This change is similar to how Go - 1.12 and newer treats EGLDisplay, Darwin's CoreFoundation and - Java's JNI types. See the cgo - documentation for more information. + Go 1.15 will translate the C type EGLConfig to the + Go type uintptr. This change is similar to how Go + 1.12 and newer treats EGLDisplay, Darwin's CoreFoundation and + Java's JNI types. See the cgo + documentation for more information.

Minor changes to the library

-- 2.48.1