From e71f7804caa6352ba4cec3aaf04800c9a3f88d48 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 25 Jan 2018 02:23:02 +0100 Subject: Fix spurious whitespaces --- sysdeps/pthread/bits/cancelation.h | 2 +- sysdeps/pthread/bits/pthreadtypes.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/pthread/bits') 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); \ diff --git a/sysdeps/pthread/bits/pthreadtypes.h b/sysdeps/pthread/bits/pthreadtypes.h index 3e44d6b..bdbfc19 100644 --- a/sysdeps/pthread/bits/pthreadtypes.h +++ b/sysdeps/pthread/bits/pthreadtypes.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. -- cgit v1.2.3