Skip to content

Commit

Permalink
core-api: remove an unexpected unident
Browse files Browse the repository at this point in the history
As complained by Sphinx:
	Documentation/core-api/assoc_array.rst:13: WARNING: Enumerated list ends without a blank line; unexpected unindent.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Mauro Carvalho Chehab authored and Jonathan Corbet committed Dec 1, 2016
1 parent c3cbd07 commit 2ba90cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/core-api/assoc_array.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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.
Expand Down

0 comments on commit 2ba90cc

Please sign in to comment.