summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-08-22 00:20:12 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-08-22 00:20:12 +0000
commit5cf4e1f1f0d2f1a3366ace6c87718116656ba597 (patch)
treed8d93fd4fc7070daba8522e9ce3250195a0ce961
parent8f2f7e7c797e290a731b76a33427d5ac1c1a5e3b (diff)
downloadbcm5719-llvm-5cf4e1f1f0d2f1a3366ace6c87718116656ba597.tar.gz
bcm5719-llvm-5cf4e1f1f0d2f1a3366ace6c87718116656ba597.zip
Fixing whitespace problems
llvm-svn: 111756
-rw-r--r--libcxx/test/depr/depr.auto.ptr/auto.ptr/A.h2
-rw-r--r--libcxx/test/depr/depr.auto.ptr/auto.ptr/AB.h2
-rw-r--r--libcxx/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp4
-rw-r--r--libcxx/test/depr/depr.c.headers/complex.h.pass.cpp1
-rw-r--r--libcxx/test/depr/depr.c.headers/float_h.pass.cpp2
-rw-r--r--libcxx/test/depr/depr.c.headers/limits_h.pass.cpp2
-rw-r--r--libcxx/test/depr/depr.ios.members/io_state.pass.cpp2
-rw-r--r--libcxx/test/depr/depr.ios.members/open_mode.pass.cpp2
-rw-r--r--libcxx/test/depr/depr.ios.members/seek_dir.pass.cpp2
-rw-r--r--libcxx/test/depr/depr.ios.members/streamoff.pass.cpp2
-rw-r--r--libcxx/test/depr/depr.ios.members/streampos.pass.cpp2
-rw-r--r--libcxx/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp2
-rw-r--r--libcxx/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp2
-rw-r--r--libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp18
-rw-r--r--libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp22
-rw-r--r--libcxx/test/depr/depr.lib.binders/test_func.h2
-rw-r--r--libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp2
17 files changed, 35 insertions, 36 deletions
diff --git a/libcxx/test/depr/depr.auto.ptr/auto.ptr/A.h b/libcxx/test/depr/depr.auto.ptr/auto.ptr/A.h
index c235d0ce4d6..d4f0aef1c31 100644
--- a/libcxx/test/depr/depr.auto.ptr/auto.ptr/A.h
+++ b/libcxx/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/libcxx/test/depr/depr.auto.ptr/auto.ptr/AB.h b/libcxx/test/depr/depr.auto.ptr/auto.ptr/AB.h
index 5a7e0988e9d..b8ea6ddb8d0 100644
--- a/libcxx/test/depr/depr.auto.ptr/auto.ptr/AB.h
+++ b/libcxx/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/libcxx/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp b/libcxx/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp
index f78d3e13664..d71f0fa3687 100644
--- a/libcxx/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp
+++ b/libcxx/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp
@@ -11,8 +11,8 @@
// template <class X>
// class auto_ptr
-// {
-// public:
+// {
+// public:
// typedef X element_type;
// ...
// };
diff --git a/libcxx/test/depr/depr.c.headers/complex.h.pass.cpp b/libcxx/test/depr/depr.c.headers/complex.h.pass.cpp
index d7098474dfd..caa82e72b32 100644
--- a/libcxx/test/depr/depr.c.headers/complex.h.pass.cpp
+++ b/libcxx/test/depr/depr.c.headers/complex.h.pass.cpp
@@ -9,7 +9,6 @@
// <complex.h>
-
#include <complex.h>
#ifndef _LIBCPP_VERSION
diff --git a/libcxx/test/depr/depr.c.headers/float_h.pass.cpp b/libcxx/test/depr/depr.c.headers/float_h.pass.cpp
index 333b6c1936e..6762bac9bcd 100644
--- a/libcxx/test/depr/depr.c.headers/float_h.pass.cpp
+++ b/libcxx/test/depr/depr.c.headers/float_h.pass.cpp
@@ -6,7 +6,7 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-
+
// test <float.h>
#include <float.h>
diff --git a/libcxx/test/depr/depr.c.headers/limits_h.pass.cpp b/libcxx/test/depr/depr.c.headers/limits_h.pass.cpp
index 232573a63a6..c5405f7e871 100644
--- a/libcxx/test/depr/depr.c.headers/limits_h.pass.cpp
+++ b/libcxx/test/depr/depr.c.headers/limits_h.pass.cpp
@@ -6,7 +6,7 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-
+
// test limits.h
#include <limits.h>
diff --git a/libcxx/test/depr/depr.ios.members/io_state.pass.cpp b/libcxx/test/depr/depr.ios.members/io_state.pass.cpp
index bff79908677..00655a2fd21 100644
--- a/libcxx/test/depr/depr.ios.members/io_state.pass.cpp
+++ b/libcxx/test/depr/depr.ios.members/io_state.pass.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// <ios>
-//
+//
// class ios_base
// {
// public:
diff --git a/libcxx/test/depr/depr.ios.members/open_mode.pass.cpp b/libcxx/test/depr/depr.ios.members/open_mode.pass.cpp
index 8b5e6f205d3..779c5ed7353 100644
--- a/libcxx/test/depr/depr.ios.members/open_mode.pass.cpp
+++ b/libcxx/test/depr/depr.ios.members/open_mode.pass.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// <ios>
-//
+//
// class ios_base
// {
// public:
diff --git a/libcxx/test/depr/depr.ios.members/seek_dir.pass.cpp b/libcxx/test/depr/depr.ios.members/seek_dir.pass.cpp
index 01d68a28fc4..e6418542e41 100644
--- a/libcxx/test/depr/depr.ios.members/seek_dir.pass.cpp
+++ b/libcxx/test/depr/depr.ios.members/seek_dir.pass.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// <ios>
-//
+//
// class ios_base
// {
// public:
diff --git a/libcxx/test/depr/depr.ios.members/streamoff.pass.cpp b/libcxx/test/depr/depr.ios.members/streamoff.pass.cpp
index 35fbbbb9ec7..7ac2f8e891f 100644
--- a/libcxx/test/depr/depr.ios.members/streamoff.pass.cpp
+++ b/libcxx/test/depr/depr.ios.members/streamoff.pass.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// <ios>
-//
+//
// class ios_base
// {
// public:
diff --git a/libcxx/test/depr/depr.ios.members/streampos.pass.cpp b/libcxx/test/depr/depr.ios.members/streampos.pass.cpp
index 473fa9151f0..fcc59146f5b 100644
--- a/libcxx/test/depr/depr.ios.members/streampos.pass.cpp
+++ b/libcxx/test/depr/depr.ios.members/streampos.pass.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// <ios>
-//
+//
// class ios_base
// {
// public:
diff --git a/libcxx/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp b/libcxx/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp
index 82ad63c0b73..5265b0c171e 100644
--- a/libcxx/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp
+++ b/libcxx/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp
@@ -9,7 +9,7 @@
// <functional>
-// template <class Fn, class T>
+// template <class Fn, class T>
// binder1st<Fn>
// bind1st(const Fn& fn, const T& x);
diff --git a/libcxx/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp b/libcxx/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp
index dde3c212192..8c4399b4351 100644
--- a/libcxx/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp
+++ b/libcxx/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp
@@ -9,7 +9,7 @@
// <functional>
-// template <class Fn, class T>
+// template <class Fn, class T>
// binder2nd<Fn>
// bind2nd(const Fn& op, const T& x);
diff --git a/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp b/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp
index 658937c627a..62da8173d68 100644
--- a/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp
+++ b/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp
@@ -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>
diff --git a/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp b/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp
index 43d3984bc8e..7f4fa792b59 100644
--- a/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp
+++ b/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp
@@ -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>
diff --git a/libcxx/test/depr/depr.lib.binders/test_func.h b/libcxx/test/depr/depr.lib.binders/test_func.h
index 1460215d938..1940e5f723c 100644
--- a/libcxx/test/depr/depr.lib.binders/test_func.h
+++ b/libcxx/test/depr/depr.lib.binders/test_func.h
@@ -30,4 +30,4 @@ public:
{return x*y;}
};
-#endif
+#endif // TEST_FUNC_H
diff --git a/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp b/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp
index d70d392c37e..1dcb1eb9068 100644
--- a/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp
+++ b/libcxx/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 <strstream>
OpenPOWER on IntegriCloud