Fix spacing in opcode documentation generation
authorJose A. Lopes <jabolopes@google.com>
Thu, 1 Aug 2013 12:08:09 +0000 (14:08 +0200)
committerJose A. Lopes <jabolopes@google.com>
Wed, 7 Aug 2013 07:41:47 +0000 (09:41 +0200)
commit1446d00b3d4bfe578322a13b0ff93b2de8038a8f
tree8c5815a08d80b46cca7f38cfdf081a164347217a
parentd31193c3a1d3991738b4363e28036fd1e5c57522
Fix spacing in opcode documentation generation

Opcode documentation is automatically generated from the Python
opcodes in the reStructuredText format.  This patch fixes the ill RST
definitions by adding the missing blank line.

Signed-off-by: Jose A. Lopes <jabolopes@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/build/sphinx_ext.py