mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
8409599ae4
commit
228eae22a0
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@ void __gcov_dump(void)
|
|||
|
||||
_NX_CLOSE(fd);
|
||||
}
|
||||
else if(S_ISDIR(state.st_mode))
|
||||
else if (S_ISDIR(state.st_mode))
|
||||
{
|
||||
args.mkdir = gcov_mkdir;
|
||||
args.strip = atoi(getenv("GCOV_PREFIX_STRIP"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue