Reformat.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 8 Aug 2008 19:18:08 +0000 (19:18 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 8 Aug 2008 19:18:08 +0000 (19:18 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1580 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/test.h

index 5540d105f062276f8f47a6633425ca22244f4ea1..c9d736b22362d1aaeb3a2e8b6951b8820d641db1 100644 (file)
  * this is not really an error. To ignore that we mark it
  * with this macro, where str is the message string of the assert
  * that we want to drop.
- * To use this macro copy the assert log message, and paste as argument
- * of this macro. In assert message log is report also the number line
- * of the code that have generate the assert in this way you can trap
- * only the select assert message.
- *
+ * To use this macro copy the assert log message and paste as argument
+ * of this macro. In assert message log is reported also the line number
+ * of the code that have generated the assert.
+ * In this way you can trap only the selected assert message.
  */
-#define SILENT_ASSERT(str) \
-               kputs("SILENT_ASSERT:$"str"$\n")
+#define SILENT_ASSERT(str) kputs("SILENT_ASSERT:$"str"$\n")
+
 
 #endif /* CFG_TEST_H */