Fix: 内核告警清理

消除了多余的空格

Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: Ibe90fcf8c46ef9a60c0a8f4dbba07d399e139b8c
This commit is contained in:
yinjiaming 2022-11-23 10:49:31 +08:00
parent 9f19fd2e7a
commit a4087a6537
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
void ItSuitePosix(void);
extern void ItSuitePosixPthread(void);
extern void ItSuitePosixMutex(void);
extern void ItSuitePosixMutex(void);
extern void PosixCtypeFuncTest(void);
extern void PosixIsdigitFuncTest(void);
extern void PosixIslowerFuncTest(void);