[fdb] format the code.

This commit is contained in:
朱天龙 (Armink) 2022-08-27 13:24:56 +08:00
parent 1ebcefec45
commit a5aa4026fd
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ extern "C" {
#define FDB_ASSERT(EXPR) \
if (!(EXPR)) \
{ \
FDB_DEBUG("(%s) has assert failed at %s.\n", #EXPR, __func__); \
FDB_DEBUG("(%s) has assert failed at %s.\n", #EXPR, __func__); \
while (1); \
}