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-sigmask.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pthread/pt-sigmask.c') diff --git a/pthread/pt-sigmask.c b/pthread/pt-sigmask.c index 7402d87..f55c508 100644 --- a/pthread/pt-sigmask.c +++ b/pthread/pt-sigmask.c @@ -22,8 +22,7 @@ #include int -pthread_sigmask (int how, const sigset_t *set, - sigset_t *oset) +pthread_sigmask (int how, const sigset_t *set, sigset_t *oset) { struct __pthread *self = _pthread_self (); -- cgit v1.2.3