From ed3150fb7413fce0321ad88a22de7871a301f7c3 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Mar 2018 02:02:52 +0200 Subject: Fix coding style --- sysdeps/pthread/bits/cancelation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/pthread/bits/cancelation.h') diff --git a/sysdeps/pthread/bits/cancelation.h b/sysdeps/pthread/bits/cancelation.h index be93619..56cf1af 100644 --- a/sysdeps/pthread/bits/cancelation.h +++ b/sysdeps/pthread/bits/cancelation.h @@ -21,7 +21,7 @@ struct __pthread_cancelation_handler { - void (*__handler)(void *); + void (*__handler) (void *); void *__arg; struct __pthread_cancelation_handler *__next; }; -- cgit v1.2.3