[cfe-commits] [libcxx] r111757 - in /libcxx/trunk/test/diagnostics/syserr: syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp
Howard Hinnant
hhinnant at apple.com
Sat Aug 21 17:22:24 PDT 2010
Author: hhinnant
Date: Sat Aug 21 19:22:24 2010
New Revision: 111757
URL: http://llvm.org/viewvc/llvm-project?rev=111757&view=rev
Log:
Fixing whitespace problems
Modified:
libcxx/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp
libcxx/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp
libcxx/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp
Modified: libcxx/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp?rev=111757&r1=111756&r2=111757&view=diff
==============================================================================
--- libcxx/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp (original)
+++ libcxx/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp Sat Aug 21 19:22:24 2010
@@ -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>
Modified: libcxx/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp?rev=111757&r1=111756&r2=111757&view=diff
==============================================================================
--- libcxx/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp (original)
+++ libcxx/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp Sat Aug 21 19:22:24 2010
@@ -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>
Modified: libcxx/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp?rev=111757&r1=111756&r2=111757&view=diff
==============================================================================
--- libcxx/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp (original)
+++ libcxx/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp Sat Aug 21 19:22:24 2010
@@ -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>
More information about the cfe-commits
mailing list