summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/test_allocator.h
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-08-22 00:15:28 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-08-22 00:15:28 +0000
commit8f2f7e7c797e290a731b76a33427d5ac1c1a5e3b (patch)
tree5c76412fdda84c0374294c922f1480ed1effeaca /libcxx/test/containers/test_allocator.h
parent664ae8118ea09fd6aec69eb34dc93f5573fdcb99 (diff)
downloadbcm5719-llvm-8f2f7e7c797e290a731b76a33427d5ac1c1a5e3b.tar.gz
bcm5719-llvm-8f2f7e7c797e290a731b76a33427d5ac1c1a5e3b.zip
Fixing whitespace problems
llvm-svn: 111755
Diffstat (limited to 'libcxx/test/containers/test_allocator.h')
-rw-r--r--libcxx/test/containers/test_allocator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/test/containers/test_allocator.h b/libcxx/test/containers/test_allocator.h
index 898c0900d4e..1c0f163d053 100644
--- a/libcxx/test/containers/test_allocator.h
+++ b/libcxx/test/containers/test_allocator.h
@@ -62,7 +62,7 @@ public:
#ifdef _LIBCPP_MOVE
void construct(pointer p, T&& val)
{::new(p) T(std::move(val));}
-#endif
+#endif // _LIBCPP_MOVE
void destroy(pointer p) {p->~T();}
friend bool operator==(const test_allocator& x, const test_allocator& y)
@@ -105,8 +105,8 @@ public:
#ifdef _LIBCPP_HAS_NO_ADVANCED_SFINAE
std::size_t max_size() const
{return UINT_MAX / sizeof(T);}
-#endif
+#endif // _LIBCPP_HAS_NO_ADVANCED_SFINAE
};
-#endif
+#endif // TEST_ALLOCATOR_H
OpenPOWER on IntegriCloud