Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include Remove trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/7014b28e69e8
branches: trunk
changeset: 932657:7014b28e69e8
user: joerg <joerg%NetBSD.org@localhost>
date: Wed May 13 14:00:58 2020 +0000
description:
Remove trailing whitespace
diffstat:
include/stddef.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 5c84cb2b05e8 -r 7014b28e69e8 include/stddef.h
--- a/include/stddef.h Wed May 13 13:19:38 2020 +0000
+++ b/include/stddef.h Wed May 13 14:00:58 2020 +0000
@@ -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 @@
#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 @@
long long int _ll;
} max_align_t;
#endif
-
+
#endif /* _STDDEF_H_ */
Home |
Main Index |
Thread Index |
Old Index