[cfe-commits] [libcxx] r111756 - in /libcxx/trunk/test/depr: depr.auto.ptr/auto.ptr/ depr.c.headers/ depr.ios.members/ depr.lib.binders/ depr.lib.binders/depr.lib.bind.1st/ depr.lib.binders/depr.lib.bind.2nd/ depr.lib.binders/depr.lib.binder.1st/ depr.lib.binders/depr.lib.binder.2nd/ depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/

Howard Hinnant hhinnant at apple.com
Sat Aug 21 17:20:12 PDT 2010


Author: hhinnant
Date: Sat Aug 21 19:20:12 2010
New Revision: 111756

URL: http://llvm.org/viewvc/llvm-project?rev=111756&view=rev
Log:
Fixing whitespace problems

Modified:
    libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/A.h
    libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/AB.h
    libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp
    libcxx/trunk/test/depr/depr.c.headers/complex.h.pass.cpp
    libcxx/trunk/test/depr/depr.c.headers/float_h.pass.cpp
    libcxx/trunk/test/depr/depr.c.headers/limits_h.pass.cpp
    libcxx/trunk/test/depr/depr.ios.members/io_state.pass.cpp
    libcxx/trunk/test/depr/depr.ios.members/open_mode.pass.cpp
    libcxx/trunk/test/depr/depr.ios.members/seek_dir.pass.cpp
    libcxx/trunk/test/depr/depr.ios.members/streamoff.pass.cpp
    libcxx/trunk/test/depr/depr.ios.members/streampos.pass.cpp
    libcxx/trunk/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp
    libcxx/trunk/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp
    libcxx/trunk/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp
    libcxx/trunk/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp
    libcxx/trunk/test/depr/depr.lib.binders/test_func.h
    libcxx/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp

Modified: libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/A.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/A.h?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/A.h (original)
+++ libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/A.h Sat Aug 21 19:20:12 2010
@@ -27,4 +27,4 @@
 
 int A::count = 0;
 
-#endif
+#endif  // A_H

Modified: libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/AB.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/AB.h?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/AB.h (original)
+++ libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/AB.h Sat Aug 21 19:20:12 2010
@@ -38,4 +38,4 @@
 
 int B::count = 0;
 
-#endif
+#endif  // AB_H

Modified: libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp Sat Aug 21 19:20:12 2010
@@ -11,8 +11,8 @@
 
 // template <class X>
 // class auto_ptr
-// { 
-// public: 
+// {
+// public:
 //   typedef X element_type;
 //   ...
 // };

Modified: libcxx/trunk/test/depr/depr.c.headers/complex.h.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.c.headers/complex.h.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.c.headers/complex.h.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.c.headers/complex.h.pass.cpp Sat Aug 21 19:20:12 2010
@@ -9,7 +9,6 @@
 
 // <complex.h>
 
-
 #include <complex.h>
 
 #ifndef _LIBCPP_VERSION

Modified: libcxx/trunk/test/depr/depr.c.headers/float_h.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.c.headers/float_h.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.c.headers/float_h.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.c.headers/float_h.pass.cpp Sat Aug 21 19:20:12 2010
@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
  // test <float.h>
 
 #include <float.h>

Modified: libcxx/trunk/test/depr/depr.c.headers/limits_h.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.c.headers/limits_h.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.c.headers/limits_h.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.c.headers/limits_h.pass.cpp Sat Aug 21 19:20:12 2010
@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
  // test limits.h
 
 #include <limits.h>

Modified: libcxx/trunk/test/depr/depr.ios.members/io_state.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.ios.members/io_state.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.ios.members/io_state.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.ios.members/io_state.pass.cpp Sat Aug 21 19:20:12 2010
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 // <ios>
-// 
+//
 // class ios_base
 // {
 // public:

Modified: libcxx/trunk/test/depr/depr.ios.members/open_mode.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.ios.members/open_mode.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.ios.members/open_mode.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.ios.members/open_mode.pass.cpp Sat Aug 21 19:20:12 2010
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 // <ios>
-// 
+//
 // class ios_base
 // {
 // public:

Modified: libcxx/trunk/test/depr/depr.ios.members/seek_dir.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.ios.members/seek_dir.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.ios.members/seek_dir.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.ios.members/seek_dir.pass.cpp Sat Aug 21 19:20:12 2010
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 // <ios>
-// 
+//
 // class ios_base
 // {
 // public:

Modified: libcxx/trunk/test/depr/depr.ios.members/streamoff.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.ios.members/streamoff.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.ios.members/streamoff.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.ios.members/streamoff.pass.cpp Sat Aug 21 19:20:12 2010
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 // <ios>
-// 
+//
 // class ios_base
 // {
 // public:

Modified: libcxx/trunk/test/depr/depr.ios.members/streampos.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.ios.members/streampos.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.ios.members/streampos.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.ios.members/streampos.pass.cpp Sat Aug 21 19:20:12 2010
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 // <ios>
-// 
+//
 // class ios_base
 // {
 // public:

Modified: libcxx/trunk/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp Sat Aug 21 19:20:12 2010
@@ -9,7 +9,7 @@
 
 // <functional>
 
-// template <class Fn, class T> 
+// template <class Fn, class T>
 //   binder1st<Fn>
 //   bind1st(const Fn& fn, const T& x);
 

Modified: libcxx/trunk/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp Sat Aug 21 19:20:12 2010
@@ -9,7 +9,7 @@
 
 // <functional>
 
-// template <class Fn, class T> 
+// template <class Fn, class T>
 //   binder2nd<Fn>
 //   bind2nd(const Fn& op, const T& x);
 

Modified: libcxx/trunk/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp Sat Aug 21 19:20:12 2010
@@ -9,18 +9,18 @@
 
 // <functional>
 
-// template <class Fn> 
-// class binder1st 
+// template <class Fn>
+// class binder1st
 //   : public unary_function<typename Fn::second_argument_type, typename Fn::result_type>
-// { 
+// {
 // protected:
-//   Fn op; 
+//   Fn op;
 //   typename Fn::first_argument_type value;
-// public: 
-//   binder2nd(const Fn& x, const typename Fn::second_argument_type& y); 
-// 
-//   typename Fn::result_type operator()(const typename Fn::first_argument_type& x) const; 
-//   typename Fn::result_type operator()(typename Fn::first_argument_type& x) const; 
+// public:
+//   binder2nd(const Fn& x, const typename Fn::second_argument_type& y);
+//
+//   typename Fn::result_type operator()(const typename Fn::first_argument_type& x) const;
+//   typename Fn::result_type operator()(typename Fn::first_argument_type& x) const;
 // };
 
 #include <functional>

Modified: libcxx/trunk/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp Sat Aug 21 19:20:12 2010
@@ -9,18 +9,18 @@
 
 // <functional>
 
-// template <class Fn> 
-// class binder2nd 
+// template <class Fn>
+// class binder2nd
 //   : public unary_function<typename Fn::first_argument_type, typename Fn::result_type>
-// { 
-// protected: 
-//   Fn op; 
-//   typename Fn::second_argument_type value; 
-// public: 
-//   binder2nd(const Fn& x, const typename Fn::second_argument_type& y); 
-// 
-//   typename Fn::result_type operator()(const typename Fn::first_argument_type& x) const; 
-//   typename Fn::result_type operator()(typename Fn::first_argument_type& x) const; 
+// {
+// protected:
+//   Fn op;
+//   typename Fn::second_argument_type value;
+// public:
+//   binder2nd(const Fn& x, const typename Fn::second_argument_type& y);
+//
+//   typename Fn::result_type operator()(const typename Fn::first_argument_type& x) const;
+//   typename Fn::result_type operator()(typename Fn::first_argument_type& x) const;
 // };
 
 #include <functional>

Modified: libcxx/trunk/test/depr/depr.lib.binders/test_func.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.lib.binders/test_func.h?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.lib.binders/test_func.h (original)
+++ libcxx/trunk/test/depr/depr.lib.binders/test_func.h Sat Aug 21 19:20:12 2010
@@ -30,4 +30,4 @@
         {return x*y;}
 };
 
-#endif
+#endif  // TEST_FUNC_H

Modified: libcxx/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp?rev=111756&r1=111755&r2=111756&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp Sat Aug 21 19:20:12 2010
@@ -11,7 +11,7 @@
 
 // class strstreambuf
 
-// 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 <strstream>





More information about the cfe-commits mailing list