summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/bits/cancelation.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-25 02:23:02 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-25 02:23:02 +0100
commite71f7804caa6352ba4cec3aaf04800c9a3f88d48 (patch)
treedd9659b8939f705b541199cea567552fd5c5b0a4 /sysdeps/pthread/bits/cancelation.h
parent034e4e904a5e16356fab5b8943b91b82b7437dbb (diff)
Fix spurious whitespaces
Diffstat (limited to 'sysdeps/pthread/bits/cancelation.h')
-rw-r--r--sysdeps/pthread/bits/cancelation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/bits/cancelation.h b/sysdeps/pthread/bits/cancelation.h
index 1ed16c6..42c0a3a 100644
--- a/sysdeps/pthread/bits/cancelation.h
+++ b/sysdeps/pthread/bits/cancelation.h
@@ -41,7 +41,7 @@ struct __pthread_cancelation_handler **__pthread_get_cleanup_stack (void);
*__handlers \
}; \
*__handlers = &__handler;
-
+
#define __pthread_cleanup_pop(execute) \
if (execute) \
__handler.__handler (__handler.__arg); \