From 43a4e5787b7d4966fc38e7ac3a85fcc29462e330 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 13 May 2017 15:28:25 +0200 Subject: [PATCH] core-api: remove an unexpected unident 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 7cb463aaa1. Signed-off-by: Markus Heiser Signed-off-by: Jonathan Corbet --- Documentation/core-api/assoc_array.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/core-api/assoc_array.rst b/Documentation/core-api/assoc_array.rst index d83cfff9ea43a..8231b915c939d 100644 --- a/Documentation/core-api/assoc_array.rst +++ b/Documentation/core-api/assoc_array.rst @@ -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. -- 2.39.5