build: format files

add Enter at the end of the file

Fixes: #4379
Signed-off-by: Zhongtao Hu <zhongtaohu.tim@linux.alibaba.com>
This commit is contained in:
Zhongtao Hu 2022-06-15 10:41:22 +08:00
parent 242992e3de
commit c8a9052063
3 changed files with 3 additions and 3 deletions

View File

@ -12,4 +12,4 @@ CPUFEATURES := pmu=off
QEMUCMD := qemu-system-x86_64
# dragonball binary name
DBCMD := dragonball
DBCMD := dragonball

View File

@ -246,4 +246,4 @@ experimental=@DEFAULTEXPFEATURES@
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
# (default: false)
# enable_pprof = true
# enable_pprof = true

View File

@ -201,4 +201,4 @@ endef
# $2 : Directory path where file will be installed.
define INSTALL_CONFIG
$(call INSTALL_FILE_FULL,$1,$2,$(KATA_INSTALL_CFG_PERMS))
endef
endef