From 7bc40f9d62029540bc30d1870a29fe34fba77e32 Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Thu, 2 Jun 2011 22:23:57 +0100 Subject: [PATCH] Formatting changes. --- ports/avr/tests-main.c | 2 +- ports/stm8/tests-main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/avr/tests-main.c b/ports/avr/tests-main.c index a634167..c8c9abb 100644 --- a/ports/avr/tests-main.c +++ b/ports/avr/tests-main.c @@ -186,7 +186,7 @@ int main ( void ) TEST_THREAD_PRIO, main_thread_func, 0, &main_thread_stack[0], MAIN_STACK_SIZE_BYTES, - TRUE); + TRUE); if (status == ATOM_OK) { /** diff --git a/ports/stm8/tests-main.c b/ports/stm8/tests-main.c index 6b24bf2..7981a19 100644 --- a/ports/stm8/tests-main.c +++ b/ports/stm8/tests-main.c @@ -150,7 +150,7 @@ NO_REG_SAVE void main ( void ) TEST_THREAD_PRIO, main_thread_func, 0, &main_thread_stack[0], MAIN_STACK_SIZE_BYTES, - TRUE); + TRUE); if (status == ATOM_OK) { /**