Skip to content

Commit 987ad9c

Browse files
committed
rt: rust_android_dummy.cpp fix for make tidy
1 parent 7ac6571 commit 987ad9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/rt/rust_android_dummy.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ extern "C" void tgammaf()
6464
{
6565
}
6666

67-
extern "C" int glob(const char *pattern, int flags, int (*errfunc) (const char *epath, int eerrno), glob_t *pglob)
67+
extern "C" int glob(const char *pattern,
68+
int flags,
69+
int (*errfunc) (const char *epath, int eerrno),
70+
glob_t *pglob)
6871
{
6972
return 0;
7073
}

0 commit comments

Comments
 (0)