From f11532c6b3d651709652206908051eb76286c92f Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 13 May 2020 14:00:58 +0000 Subject: [PATCH] Remove trailing whitespace --- include/stddef.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/stddef.h b/include/stddef.h index 904cd6b5957e..8b894ea3e34b 100644 --- a/include/stddef.h +++ b/include/stddef.h @@ -1,4 +1,4 @@ -/* $NetBSD: stddef.h,v 1.23 2020/03/01 22:08:17 kamil Exp $ */ +/* $NetBSD: stddef.h,v 1.24 2020/05/13 14:00:58 joerg Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -65,7 +65,7 @@ typedef _BSD_WCHAR_T_ wchar_t; #endif #define offsetof(type, member) __offsetof__((reinterpret_cast \ (&reinterpret_cast(static_cast(0)->member)))) -#endif +#endif #if (__STDC_VERSION__ - 0) >= 201112L || (__cplusplus - 0) >= 201103L typedef union { @@ -74,5 +74,5 @@ typedef union { long long int _ll; } max_align_t; #endif - + #endif /* _STDDEF_H_ */