kconfig: Remove blank lines at the beginning/end of files

Maybe this is some "just in case" thing that got copied around. There's
no need to have a blank line at the beginning or end of Kconfig files.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-03-13 08:17:37 +01:00 committed by Kumar Gala
commit 53376394b7
98 changed files with 1 additions and 109 deletions

View file

@ -4,4 +4,3 @@ menuconfig UART_ESP32
depends on SOC_ESP32
help
Enable the ESP32 UART using ROM routines.