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/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp | |
parent | 5cf4e1f1f0d2f1a3366ace6c87718116656ba597 (diff) | |
download | bcm5719-llvm-62bfbb0974c3c12a48ba7dd435c0071de343992e.tar.gz bcm5719-llvm-62bfbb0974c3c12a48ba7dd435c0071de343992e.zip |
Fixing whitespace problems
llvm-svn: 111757
Diffstat (limited to 'libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp')
-rw-r--r-- | libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp | 2 |
1 files changed, 1 insertions, 1 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> |