[PATCH] doc-rst: Add missing newline at end of file

From: Geert Uytterhoeven
Date: Mon Jun 17 2019 - 10:39:00 EST


"git diff" says:

\ No newline at end of file

after modifying the file.

Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
---
Documentation/docutils.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/docutils.conf b/Documentation/docutils.conf
index 2830772264c877ca..f1a180b97dec5cb3 100644
--- a/Documentation/docutils.conf
+++ b/Documentation/docutils.conf
@@ -4,4 +4,4 @@
# http://docutils.sourceforge.net/docs/user/config.html

[general]
-halt_level: severe
\ No newline at end of file
+halt_level: severe
--
2.17.1