diff --git a/tests/test-template.c b/tests/test-template.c index c306c1c..449af59 100644 --- a/tests/test-template.c +++ b/tests/test-template.c @@ -31,7 +31,6 @@ #include "atom.h" #include "atomtests.h" - /** * \b test_start * @@ -53,4 +52,4 @@ uint32_t test_start (void) /* Quit */ return failures; -} \ No newline at end of file +} diff --git a/tests/timer5.c b/tests/timer5.c index 231882b..0082a47 100644 --- a/tests/timer5.c +++ b/tests/timer5.c @@ -32,7 +32,6 @@ #include "atomtimer.h" #include "atomtests.h" - /* Global test data */ static volatile int callback_ran_flag;