From 05cefb83e22c08aedf5d3b893ad387eb6424faba Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Mar 2018 00:50:04 +0200 Subject: Fix coding style --- pthread/pt-yield.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pthread/pt-yield.c') diff --git a/pthread/pt-yield.c b/pthread/pt-yield.c index 5cf6c8b..0dee959 100644 --- a/pthread/pt-yield.c +++ b/pthread/pt-yield.c @@ -19,7 +19,8 @@ #include #include -int pthread_yield(void) +int +pthread_yield (void) { return sched_yield (); } -- cgit v1.2.3