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

@ -7,4 +7,3 @@ config $(module)_LOG_MESSAGE_QUEUE_SIZE
(see $(module)_LOG_MESSAGE_QUEUE_TIMEOUT). Too big queue on relatively
slow shell transport may lead to situation where logs are dropped
because all log messages are enqueued.

View file

@ -7,4 +7,3 @@ config $(module)_LOG_MESSAGE_QUEUE_TIMEOUT
dropped if queue is still full after requested time (-1 is forever).
Logger thread is blocked for that period, thus long timeout impacts
other logger backends and must be used with care.