From: asterix Date: Fri, 6 Feb 2009 14:26:39 +0000 (+0000) Subject: Reformat. X-Git-Tag: 2.1.0~384 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=8e61208aaf8657a4740dbf4b8bd8e880c4403353;p=bertos.git Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2298 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 *