summaryrefslogtreecommitdiffstats
path: root/libcxx/test/input.output/file.streams/fstreams/filebuf.cons
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-08-22 00:26:48 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-08-22 00:26:48 +0000
commit66dbf0d3116ff077b43f07499598c36f6be0bde3 (patch)
treede8f89213cce27cc6ef3c267d5ebf80ad41b41f4 /libcxx/test/input.output/file.streams/fstreams/filebuf.cons
parent62bfbb0974c3c12a48ba7dd435c0071de343992e (diff)
downloadbcm5719-llvm-66dbf0d3116ff077b43f07499598c36f6be0bde3.tar.gz
bcm5719-llvm-66dbf0d3116ff077b43f07499598c36f6be0bde3.zip
Fixing whitespace problems
llvm-svn: 111758
Diffstat (limited to 'libcxx/test/input.output/file.streams/fstreams/filebuf.cons')
-rw-r--r--libcxx/test/input.output/file.streams/fstreams/filebuf.cons/default.pass.cpp2
-rw-r--r--libcxx/test/input.output/file.streams/fstreams/filebuf.cons/move.pass.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/default.pass.cpp b/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/default.pass.cpp
index 87fc38a526f..d66ccdc755e 100644
--- a/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/default.pass.cpp
+++ b/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/default.pass.cpp
@@ -27,4 +27,4 @@ int main()
std::wfilebuf f;
assert(!f.is_open());
}
-}
+}
diff --git a/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/move.pass.cpp b/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/move.pass.cpp
index 35aaac8404a..d25d4e89ed5 100644
--- a/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/move.pass.cpp
+++ b/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/move.pass.cpp
@@ -48,5 +48,5 @@ int main()
assert(f2.sgetc() == L'2');
}
remove("test.dat");
-#endif
+#endif // _LIBCPP_MOVE
}
OpenPOWER on IntegriCloud