syle: norm
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
int test_sigsegv(void) {
|
||||
raise(SIGSEGV);
|
||||
return (1);
|
||||
int test_sigsegv(void)
|
||||
{
|
||||
raise(SIGSEGV);
|
||||
return (1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user