diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:22:24 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:22:24 +0000 |
commit | 62bfbb0974c3c12a48ba7dd435c0071de343992e (patch) | |
tree | a07f9c94a7b4c81cb7f7e27e56082cd77b4f517d /libcxx/test | |
parent | 5cf4e1f1f0d2f1a3366ace6c87718116656ba597 (diff) | |
download | bcm5719-llvm-62bfbb0974c3c12a48ba7dd435c0071de343992e.tar.gz bcm5719-llvm-62bfbb0974c3c12a48ba7dd435c0071de343992e.zip |
Fixing whitespace problems
llvm-svn: 111757
Diffstat (limited to 'libcxx/test')
3 files changed, 4 insertions, 4 deletions
diff --git a/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp b/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp index d48e79d050e..f473725c39e 100644 --- a/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp +++ b/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp @@ -11,7 +11,7 @@ // class error_code -// template <ErrorCodeEnum E> error_code(E e); +// template <ErrorCodeEnum E> error_code(E e); #include <system_error> #include <cassert> diff --git a/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp b/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp index 8402c91f8bf..e9ed47f78d8 100644 --- a/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp +++ b/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp @@ -11,8 +11,8 @@ // class error_code -// template <class charT, class traits> -// basic_ostream<charT,traits>& +// template <class charT, class traits> +// basic_ostream<charT,traits>& // operator<<(basic_ostream<charT,traits>& os, const error_code& ec); #include <system_error> diff --git a/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp b/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp index 0f99b7deb00..da7cf57d5d9 100644 --- a/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp +++ b/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp @@ -11,7 +11,7 @@ // class error_condition -// template <ErrorConditionEnum E> error_condition(E e); +// template <ErrorConditionEnum E> error_condition(E e); #include <system_error> #include <cassert> |