summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2020-05-13 14:00:58 +0000
committerjoerg <joerg@NetBSD.org>2020-05-13 14:00:58 +0000
commitcdbcb8a9508a6407c59f39eee234a37ce884c659 (patch)
treeca3b6d686834313b1658e525d42e445db46bae40 /include
parentee8def3a3c300f5391e5c628fb8a279ab6a4b26d (diff)
Remove trailing whitespace
Diffstat (limited to 'include')
-rw-r--r--include/stddef.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/stddef.h b/include/stddef.h
index 904cd6b5957..8b894ea3e34 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<size_t> \
(&reinterpret_cast<const volatile char &>(static_cast<type *>(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_ */