From 5522abfc37531446fc64057c37c4701a4cc602db Mon Sep 17 00:00:00 2001 From: Tetsuya Mukawa Date: Tue, 20 Oct 2015 11:41:45 +0900 Subject: [PATCH] doc: fix missing blank line before code block The patch adds missing new line to "Managing ABI updates" section. Signed-off-by: Tetsuya Mukawa Acked-by: John McNamara --- doc/guides/contributing/versioning.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/contributing/versioning.rst b/doc/guides/contributing/versioning.rst index 653c7d0da0..366c1945e3 100644 --- a/doc/guides/contributing/versioning.rst +++ b/doc/guides/contributing/versioning.rst @@ -383,7 +383,8 @@ easy. Start by removing the symbol from the requisite version map file: } DPDK_2.0; -Next remove the corresponding versioned export +Next remove the corresponding versioned export. + .. code-block:: c -VERSION_SYMBOL(rte_acl_create, _v20, 2.0); -- 2.20.1