From d53c26c044265c84bfc3ef0c411d96ec8d5058a8 Mon Sep 17 00:00:00 2001
From: Philippe Coval <rzr@users.sf.net>
Date: Mon, 2 Aug 2021 15:33:30 +0200
Subject: [PATCH] docs/blueprints: Fix list formating

List didn't display fine, if not prefixed by empty line.

Relate-to: https://allscenarios.readthedocs.io/en/latest/meta-ohos/blueprints/touchpanel.html
Forwarded: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/merge_requests/226
Signed-off-by: Philippe Coval <rzr@users.sf.net>
---
 docs/blueprints/touchpanel.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/blueprints/touchpanel.rst b/docs/blueprints/touchpanel.rst
index 032a2093..c449eb07 100644
--- a/docs/blueprints/touchpanel.rst
+++ b/docs/blueprints/touchpanel.rst
@@ -12,6 +12,7 @@ Overview
 ********
 
 The TouchPanel Blueprint provides support for building a PoC smart touch panel that can be used in other smart devices to accept input and display status. Some features to demonstrate include:
+
 #. Accepting input from a keypad
 #. Accepting input from UI icons on a touch panel
 #. Ability to send input data securely over the network
-- 
GitLab