From 8e61208aaf8657a4740dbf4b8bd8e880c4403353 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 6 Feb 2009 14:26:39 +0000 Subject: [PATCH] Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2298 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/test.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bertos/cfg/test.h b/bertos/cfg/test.h index ffa3a8d5..f9c6ec21 100644 --- a/bertos/cfg/test.h +++ b/bertos/cfg/test.h @@ -50,11 +50,11 @@ * Then, at the end of your module_test you can write: * \code * #if UNIT_TEST - * #include - * #include - * #include <...> + * #include + * #include + * #include <...> * - * TEST_MAIN(module); + * TEST_MAIN(module); * #endif * \endcode * -- 2.25.1