Reformat.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 6 Feb 2009 14:26:39 +0000 (14:26 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 6 Feb 2009 14:26:39 +0000 (14:26 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2298 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/test.h

index ffa3a8d5e0fc932296375c68a53570c4f79c75a8..f9c6ec21d4edf0562b4352de054ce118f3f59208 100644 (file)
  * Then, at the end of your module_test you can write:
  * \code
  * #if UNIT_TEST
- *     #include <whatuneed.h>
- *     #include <whatuneed.c>
- *     #include <...>
+ *     #include <whatuneed.h>
+ *     #include <whatuneed.c>
+ *     #include <...>
  *
- *     TEST_MAIN(module);
+ *     TEST_MAIN(module);
  * #endif
  * \endcode
  *