tests: kernel: context: minor style and indentation fixes

Fix some minor style and indentation issues
in tests/kernel/context/src/main.c.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2020-03-20 21:12:54 +01:00 committed by Andrew Boie
commit b9c89c0e7f

View file

@ -267,8 +267,8 @@ static void _test_kernel_cpu_idle(int atomic)
#else /* CONFIG_TICKLESS_KERNEL */ #else /* CONFIG_TICKLESS_KERNEL */
static void _test_kernel_cpu_idle(int atomic) static void _test_kernel_cpu_idle(int atomic)
{ {
int tms, tms2;; /* current time in millisecond */ int tms, tms2;
int i; /* loop variable */ int i;
/* Align to a "ms boundary". */ /* Align to a "ms boundary". */
tms = k_uptime_get_32(); tms = k_uptime_get_32();