Skip to content

Commit 4f7de1d

Browse files
committed
Adjust styles [ci skip]
1 parent c20e819 commit 4f7de1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

main.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ main(int argc, char **argv)
6363
/* Compile in the ASAN options Ruby needs, rather than relying on environment variables, so
6464
* that even tests which fork ruby with a clean environment will run ASAN with the right
6565
* settings */
66-
const char *__asan_default_options(void) {
67-
return "use_sigaltstack=0:detect_leaks=0";
66+
const char *
67+
__asan_default_options(void)
68+
{
69+
return "use_sigaltstack=0:detect_leaks=0";
6870
}
6971
#endif

0 commit comments

Comments
 (0)