提交 e3bb40c0 编写于 作者: M Markus Heiser 提交者: Jonathan Corbet

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 2ba90ccc.
Signed-off-by: NMarkus Heiser <markus.heiser@darmarit.de>
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 a1a9af4e
...@@ -10,7 +10,10 @@ properties: ...@@ -10,7 +10,10 @@ properties:
1. Objects are opaque pointers. The implementation does not care where they 1. Objects are opaque pointers. The implementation does not care where they
point (if anywhere) or what they point to (if anything). 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 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. permits an object to be located in multiple arrays simultaneously.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册