Fixing whitespace problems
llvm-svn: 111764
diff --git a/libcxx/test/strings/basic.string/string.cons/move_assignment.pass.cpp b/libcxx/test/strings/basic.string/string.cons/move_assignment.pass.cpp
index bc7ca14..4d604b2 100644
--- a/libcxx/test/strings/basic.string/string.cons/move_assignment.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.cons/move_assignment.pass.cpp
@@ -9,7 +9,7 @@
// <string>
-// basic_string<charT,traits,Allocator>&
+// basic_string<charT,traits,Allocator>&
// operator=(basic_string<charT,traits,Allocator>&& str);
#include <string>
@@ -31,7 +31,7 @@
assert(s1.capacity() >= s1.size());
}
-#endif
+#endif // _LIBCPP_MOVE
int main()
{
@@ -52,5 +52,5 @@
test(S("1234567890123456789012345678901234567890123456789012345678901234567890"
"1234567890123456789012345678901234567890123456789012345678901234567890"),
S("abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz"));
-#endif
+#endif // _LIBCPP_MOVE
}