diff --git a/test/depr/depr.auto.ptr/auto.ptr/A.h b/test/depr/depr.auto.ptr/auto.ptr/A.h index c235d0ce..d4f0aef1 100644 --- a/test/depr/depr.auto.ptr/auto.ptr/A.h +++ b/test/depr/depr.auto.ptr/auto.ptr/A.h @@ -27,4 +27,4 @@ public: int A::count = 0; -#endif +#endif // A_H diff --git a/test/depr/depr.auto.ptr/auto.ptr/AB.h b/test/depr/depr.auto.ptr/auto.ptr/AB.h index 5a7e0988..b8ea6ddb 100644 --- a/test/depr/depr.auto.ptr/auto.ptr/AB.h +++ b/test/depr/depr.auto.ptr/auto.ptr/AB.h @@ -38,4 +38,4 @@ public: int B::count = 0; -#endif +#endif // AB_H diff --git a/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp b/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp index f78d3e13..d71f0fa3 100644 --- a/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp +++ b/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp @@ -11,8 +11,8 @@ // template // class auto_ptr -// { -// public: +// { +// public: // typedef X element_type; // ... // }; diff --git a/test/depr/depr.c.headers/complex.h.pass.cpp b/test/depr/depr.c.headers/complex.h.pass.cpp index d7098474..caa82e72 100644 --- a/test/depr/depr.c.headers/complex.h.pass.cpp +++ b/test/depr/depr.c.headers/complex.h.pass.cpp @@ -9,7 +9,6 @@ // - #include #ifndef _LIBCPP_VERSION diff --git a/test/depr/depr.c.headers/float_h.pass.cpp b/test/depr/depr.c.headers/float_h.pass.cpp index 333b6c19..6762bac9 100644 --- a/test/depr/depr.c.headers/float_h.pass.cpp +++ b/test/depr/depr.c.headers/float_h.pass.cpp @@ -6,7 +6,7 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// - + // test #include diff --git a/test/depr/depr.c.headers/limits_h.pass.cpp b/test/depr/depr.c.headers/limits_h.pass.cpp index 232573a6..c5405f7e 100644 --- a/test/depr/depr.c.headers/limits_h.pass.cpp +++ b/test/depr/depr.c.headers/limits_h.pass.cpp @@ -6,7 +6,7 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// - + // test limits.h #include diff --git a/test/depr/depr.ios.members/io_state.pass.cpp b/test/depr/depr.ios.members/io_state.pass.cpp index bff79908..00655a2f 100644 --- a/test/depr/depr.ios.members/io_state.pass.cpp +++ b/test/depr/depr.ios.members/io_state.pass.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // -// +// // class ios_base // { // public: diff --git a/test/depr/depr.ios.members/open_mode.pass.cpp b/test/depr/depr.ios.members/open_mode.pass.cpp index 8b5e6f20..779c5ed7 100644 --- a/test/depr/depr.ios.members/open_mode.pass.cpp +++ b/test/depr/depr.ios.members/open_mode.pass.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // -// +// // class ios_base // { // public: diff --git a/test/depr/depr.ios.members/seek_dir.pass.cpp b/test/depr/depr.ios.members/seek_dir.pass.cpp index 01d68a28..e6418542 100644 --- a/test/depr/depr.ios.members/seek_dir.pass.cpp +++ b/test/depr/depr.ios.members/seek_dir.pass.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // -// +// // class ios_base // { // public: diff --git a/test/depr/depr.ios.members/streamoff.pass.cpp b/test/depr/depr.ios.members/streamoff.pass.cpp index 35fbbbb9..7ac2f8e8 100644 --- a/test/depr/depr.ios.members/streamoff.pass.cpp +++ b/test/depr/depr.ios.members/streamoff.pass.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // -// +// // class ios_base // { // public: diff --git a/test/depr/depr.ios.members/streampos.pass.cpp b/test/depr/depr.ios.members/streampos.pass.cpp index 473fa915..fcc59146 100644 --- a/test/depr/depr.ios.members/streampos.pass.cpp +++ b/test/depr/depr.ios.members/streampos.pass.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // -// +// // class ios_base // { // public: diff --git a/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp b/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp index 82ad63c0..5265b0c1 100644 --- a/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp +++ b/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp @@ -9,7 +9,7 @@ // -// template +// template // binder1st // bind1st(const Fn& fn, const T& x); diff --git a/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp b/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp index dde3c212..8c4399b4 100644 --- a/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp +++ b/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp @@ -9,7 +9,7 @@ // -// template +// template // binder2nd // bind2nd(const Fn& op, const T& x); diff --git a/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp b/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp index 658937c6..62da8173 100644 --- a/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp +++ b/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp @@ -9,18 +9,18 @@ // -// template -// class binder1st +// template +// class binder1st // : public unary_function -// { +// { // 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 diff --git a/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp b/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp index 43d3984b..7f4fa792 100644 --- a/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp +++ b/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp @@ -9,18 +9,18 @@ // -// template -// class binder2nd +// template +// class binder2nd // : public unary_function -// { -// 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 diff --git a/test/depr/depr.lib.binders/test_func.h b/test/depr/depr.lib.binders/test_func.h index 1460215d..1940e5f7 100644 --- a/test/depr/depr.lib.binders/test_func.h +++ b/test/depr/depr.lib.binders/test_func.h @@ -30,4 +30,4 @@ public: {return x*y;} }; -#endif +#endif // TEST_FUNC_H diff --git a/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp b/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp index d70d392c..1dcb1eb9 100644 --- a/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp +++ b/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp @@ -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