Module Name: src
Committed By: joerg
Date: Wed May 13 14:00:58 UTC 2020
Modified Files:
src/include: stddef.h
Log Message:
Remove trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/include/stddef.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/stddef.h
diff -u src/include/stddef.h:1.23 src/include/stddef.h:1.24
--- src/include/stddef.h:1.23 Sun Mar 1 22:08:17 2020
+++ src/include/stddef.h Wed May 13 14:00:58 2020
@@ -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_ */