diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-28 02:02:52 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-28 02:02:52 +0200 |
commit | ed3150fb7413fce0321ad88a22de7871a301f7c3 (patch) | |
tree | 819e914ae9ddd1e03e666da8743e6ed0bea16cec /sysdeps/pthread/bits/cancelation.h | |
parent | 35d73c71b7f6bf367427a9ee8172e11f45c16d98 (diff) |
Fix coding style
Diffstat (limited to 'sysdeps/pthread/bits/cancelation.h')
-rw-r--r-- | sysdeps/pthread/bits/cancelation.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |