summaryrefslogtreecommitdiffstats
path: root/libstdc++/include/cstddef
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/include/cstddef')
-rw-r--r--libstdc++/include/cstddef4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++/include/cstddef b/libstdc++/include/cstddef
index 31c1bd1..fc1ca9d 100644
--- a/libstdc++/include/cstddef
+++ b/libstdc++/include/cstddef
@@ -39,8 +39,8 @@
#include <stddef.h>
namespace std {
- using ::ptrdiff_t;
- using ::size_t;
+using ::ptrdiff_t;
+using ::size_t;
} // namespace std
#endif // BIONIC_LIBSTDCPP_INCLUDE_CSTDDEF__