mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
libs/libbuiltin: Fix spacing style in gcov.c
Add space after 'else if' keyword to follow NuttX coding style guidelines. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -514,7 +514,7 @@ void __gcov_dump(void)
|
|||||||
|
|
||||||
_NX_CLOSE(fd);
|
_NX_CLOSE(fd);
|
||||||
}
|
}
|
||||||
else if(S_ISDIR(state.st_mode))
|
else if (S_ISDIR(state.st_mode))
|
||||||
{
|
{
|
||||||
args.mkdir = gcov_mkdir;
|
args.mkdir = gcov_mkdir;
|
||||||
args.strip = atoi(getenv("GCOV_PREFIX_STRIP"));
|
args.strip = atoi(getenv("GCOV_PREFIX_STRIP"));
|
||||||
|
|||||||
Reference in New Issue
Block a user