global: Fix up leading/trailing blank lines in files
To make the updated test in https://github.com/zephyrproject-rtos/ci-tools/pull/121 clean, though it only checks modified files. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
f44b120449
commit
cf89ba33ea
|
@ -27,4 +27,3 @@ if(CONFIG_X86_64)
|
|||
else()
|
||||
include(ia32.cmake)
|
||||
endif()
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -191,4 +191,3 @@ see the following message in the terminal:
|
|||
|
||||
.. _i.MX RT1010 Reference Manual:
|
||||
https://www.nxp.com/docs/en/reference-manual/IMXRT1010RM.pdf
|
||||
|
||||
|
|
|
@ -61,4 +61,3 @@ DEVICE_AND_API_INIT(entropy_prbs, CONFIG_ENTROPY_NAME,
|
|||
entropy_prbs_init, NULL, NULL,
|
||||
PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEVICE,
|
||||
&entropy_prbs_api);
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@ CONFIG_SDL_DISPLAY=y
|
|||
CONFIG_SDL_DISPLAY_DEV_NAME="DISPLAY"
|
||||
CONFIG_SDL_DISPLAY_X_RES=320
|
||||
CONFIG_SDL_DISPLAY_Y_RES=240
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@ CONFIG_SDL_DISPLAY=y
|
|||
CONFIG_SDL_DISPLAY_DEV_NAME="DISPLAY"
|
||||
CONFIG_SDL_DISPLAY_X_RES=320
|
||||
CONFIG_SDL_DISPLAY_Y_RES=240
|
||||
|
||||
|
|
|
@ -31,4 +31,3 @@
|
|||
#ifdef CONFIG_DUMMY_DISPLAY_DEV_NAME
|
||||
#define DISPLAY_DEV_NAME CONFIG_DUMMY_DISPLAY_DEV_NAME
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# Disable DHCPv4 and use static address
|
||||
CONFIG_NET_DHCPV4=n
|
||||
|
||||
|
|
|
@ -21,4 +21,3 @@ void main(void)
|
|||
|
||||
LOG_INF("entered main.");
|
||||
}
|
||||
|
||||
|
|
|
@ -299,4 +299,3 @@ void main(void)
|
|||
usb_bos_register_cap((void *)&bos_cap_webusb);
|
||||
usb_bos_register_cap((void *)&bos_cap_msosv2);
|
||||
}
|
||||
|
||||
|
|
|
@ -140,4 +140,3 @@ void _sys_pm_power_state_exit_post_ops(enum power_states state)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -33,4 +33,3 @@ CONFIG_FLASH_PAGE_LAYOUT=y
|
|||
CONFIG_FLASH_MAP=y
|
||||
CONFIG_NVS=y
|
||||
CONFIG_SETTINGS=y
|
||||
|
||||
|
|
|
@ -39,4 +39,3 @@ CONFIG_BT_TINYCRYPT_ECC=y
|
|||
CONFIG_BT_TESTING=y
|
||||
|
||||
CONFIG_UART_CONSOLE=n
|
||||
|
||||
|
|
Loading…
Reference in a new issue