yaffs: Integrate Android tree differences
[yaffs2.git] / yportenv.h
index 7a8397f0f0683a71f5678265b05d6807971ea20c..d962fca6b2dd3c034a468d12f952ca221e14135f 100644 (file)
 
 
 #ifndef YBUG
-#define YBUG() do {T(YAFFS_TRACE_BUG, (TSTR("==>> yaffs bug: " __FILE__ " %d" TENDSTR), __LINE__)); } while (0)
+#define YBUG() do {\
+       T(YAFFS_TRACE_BUG,\
+               (TSTR("==>> yaffs bug: " __FILE__ " %d" TENDSTR),\
+               __LINE__));\
+} while (0)
 #endif
 
 #endif