core-api: remove an unexpected unident
authorMarkus Heiser <markus.heiser@darmarit.de>
Sat, 13 May 2017 13:28:25 +0000 (15:28 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 18 May 2017 16:22:34 +0000 (10:22 -0600)
As complained by Sphinx:
Documentation/core-api/assoc_array.rst:13: WARNING: Enumerated list ends without a blank line; unexpected unindent.

This was already addressed, but not really fixed in 2ba90ccca7.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/assoc_array.rst

index d83cfff9ea43a9d789013a83cf6a1bbb9148f29c..8231b915c939d54a2213248ba95704f8eb714e63 100644 (file)
@@ -10,7 +10,10 @@ properties:
 
 1. Objects are opaque pointers.  The implementation does not care where they
    point (if anywhere) or what they point to (if anything).
-.. note:: Pointers to objects _must_ be zero in the least significant bit.
+
+   .. note::
+
+      Pointers to objects _must_ be zero in the least significant bit.
 
 2. Objects do not need to contain linkage blocks for use by the array.  This
    permits an object to be located in multiple arrays simultaneously.