dlfcn: Fix indent issue in lib_dlopen.c
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
f714669da4
commit
09568c6147
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ FAR void *dlopen(FAR const char *file, int mode)
|
|||
* be loaded.
|
||||
*/
|
||||
|
||||
handle = dlinsert(file);
|
||||
handle = dlinsert(file);
|
||||
}
|
||||
|
||||
return handle;
|
||||
|
|
Loading…
Reference in a new issue