Reformat.
[bertos.git] / 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
  *