diff --git a/distributedschedule_lite/samgr_hal/src/broadcast_publish_func_test.c b/distributedschedule_lite/samgr_hal/src/broadcast_publish_func_test.c index 27a8e4b6c94ce1488e7b5575d2bf462078a7d339..0f4b0af29eade43cc30b443dceb2c575277ffe8a 100755 --- a/distributedschedule_lite/samgr_hal/src/broadcast_publish_func_test.c +++ b/distributedschedule_lite/samgr_hal/src/broadcast_publish_func_test.c @@ -43,7 +43,8 @@ static BOOL Equal(const Consumer *current, const Consumer *other) { if (current->Notify == other->Notify) { return TRUE; - } else { + } + else { return FALSE; } }