]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.21: consistently use spaces for indentation
authorTobias Klauser <tklauser@distanz.ch>
Mon, 17 Jul 2023 12:32:44 +0000 (14:32 +0200)
committerGopher Robot <gobot@golang.org>
Thu, 3 Aug 2023 14:42:23 +0000 (14:42 +0000)
Change-Id: Ib0aec9ee6cd7aae1821c82e67f0c67be01122992
Reviewed-on: https://go-review.googlesource.com/c/go/+/509677
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>

doc/go1.21.html

index 0698ac109ebaebd0e0f1f35448d15af5276b0af7..5ecc07ddcfb10007c1f172b14c166e3891d915ec 100644 (file)
@@ -74,13 +74,13 @@ Do not send CLs removing the interior tags from such phrases.
     </li>
     <li>Repeat until the list of packages is empty:
       <ul>
-       <li>
-         Find the first package in the list for which all imports are
-         already initialized.
-       </li>
-       <li>
-         Initialize that package and remove it from the list.
-       </li>
+        <li>
+          Find the first package in the list for which all imports are
+          already initialized.
+        </li>
+        <li>
+          Initialize that package and remove it from the list.
+        </li>
       </ul>
     </li>
   </ul>
@@ -1128,13 +1128,13 @@ Do not send CLs removing the interior tags from such phrases.
       such that <code>errors.Is(err, errors.ErrUnsupported)</code>
       returns true.
       <ul>
-       <li><code>ENOSYS</code></li>
-       <li><code>ENOTSUP</code></li>
-       <li><code>EOPNOTSUPP</code></li>
-       <li><code>EPLAN9</code> (Plan 9 only)</li>
-       <li><code>ERROR_CALL_NOT_IMPLEMENTED</code> (Windows only)</li>
-       <li><code>ERROR_NOT_SUPPORTED</code> (Windows only)</li>
-       <li><code>EWINDOWS</code> (Windows only)</li>
+        <li><code>ENOSYS</code></li>
+        <li><code>ENOTSUP</code></li>
+        <li><code>EOPNOTSUPP</code></li>
+        <li><code>EPLAN9</code> (Plan 9 only)</li>
+        <li><code>ERROR_CALL_NOT_IMPLEMENTED</code> (Windows only)</li>
+        <li><code>ERROR_NOT_SUPPORTED</code> (Windows only)</li>
+        <li><code>EWINDOWS</code> (Windows only)</li>
       </ul>
     </p>
   </dd>