From dfd16cc1f759a103707ebd27743abc621486e131 Mon Sep 17 00:00:00 2001 From: comex Date: Thu, 16 Jul 2015 00:55:19 -0400 Subject: style police --- lib/darwin/execmem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/darwin/execmem.c') diff --git a/lib/darwin/execmem.c b/lib/darwin/execmem.c index b142aff..d2bd4ab 100644 --- a/lib/darwin/execmem.c +++ b/lib/darwin/execmem.c @@ -33,7 +33,8 @@ GEN_SYSCALL(mach_msg, -31); __typeof__(mach_thread_self) manual_thread_self; GEN_SYSCALL(thread_self, -27); -extern int __sigaction(int, struct __sigaction * __restrict, struct sigaction * __restrict); +extern int __sigaction(int, struct __sigaction * __restrict, + struct sigaction * __restrict); static void manual_memcpy(void *restrict dest, const void *src, size_t len) { /* volatile to avoid compiler transformation to call to memcpy */ -- cgit v1.2.3