Skip to content

Commit

Permalink
dlfcn: Fix indent issue in lib_dlopen.c
Browse files Browse the repository at this point in the history
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
  • Loading branch information
no1wudi committed Jul 26, 2024
1 parent caa4c22 commit 1c2f02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libc/dlfcn/lib_dlopen.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ FAR void *dlopen(FAR const char *file, int mode)
* be loaded.
*/

handle = dlinsert(file);
handle = dlinsert(file);
}

return handle;
Expand Down

0 comments on commit 1c2f02c

Please sign in to comment.