shell: remove empty lines at EOF

The c-file one was recently introduced by
commit 5cf7b48eb4

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2019-01-31 21:05:19 +02:00 committed by Johan Hedberg
commit 66b9e955b0
2 changed files with 0 additions and 2 deletions

View file

@ -157,4 +157,3 @@ source "subsys/shell/modules/Kconfig"
endif #SHELL
endmenu

View file

@ -1451,4 +1451,3 @@ int shell_execute_cmd(const struct shell *shell, const char *cmd)
return execute(shell);
}