diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:26:48 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:26:48 +0000 |
commit | 66dbf0d3116ff077b43f07499598c36f6be0bde3 (patch) | |
tree | de8f89213cce27cc6ef3c267d5ebf80ad41b41f4 /libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff.pass.cpp | |
parent | 62bfbb0974c3c12a48ba7dd435c0071de343992e (diff) | |
download | bcm5719-llvm-66dbf0d3116ff077b43f07499598c36f6be0bde3.tar.gz bcm5719-llvm-66dbf0d3116ff077b43f07499598c36f6be0bde3.zip |
Fixing whitespace problems
llvm-svn: 111758
Diffstat (limited to 'libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff.pass.cpp')
-rw-r--r-- | libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff.pass.cpp b/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff.pass.cpp index f1e3fbc62e9..528d4f456eb 100644 --- a/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff.pass.cpp +++ b/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff.pass.cpp @@ -12,7 +12,7 @@ // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > // class basic_stringbuf -// pos_type seekoff(off_type off, ios_base::seekdir way, +// pos_type seekoff(off_type off, ios_base::seekdir way, // ios_base::openmode which = ios_base::in | ios_base::out); #include <sstream> |