Minor style clean up

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-01-28 10:17:18 +08:00 committed by Petro Karashchenko
parent 94db8a9414
commit 7d66a16c53
5 changed files with 6 additions and 5 deletions

View File

@ -277,6 +277,7 @@
#ifndef MAX
# define MAX(a,b) (((a) > (b)) ? (a) : (b))
#endif
/****************************************************************************
* Private Types
****************************************************************************/