doc: fix missing blank line before code block
authorTetsuya Mukawa <mukawa@igel.co.jp>
Tue, 20 Oct 2015 02:41:45 +0000 (11:41 +0900)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 7 Dec 2015 03:57:16 +0000 (04:57 +0100)
The patch adds missing new line to "Managing ABI updates" section.

Signed-off-by: Tetsuya Mukawa <mukawa@igel.co.jp>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/contributing/versioning.rst

index 653c7d0..366c194 100644 (file)
@@ -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);