]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Indent files that had been forgotten by the indentation script. 633/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 2 Mar 2015 15:07:35 +0000 (09:07 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 2 Mar 2015 15:07:35 +0000 (09:07 -0600)
include/deal.II/base/std_cxx11/bind.h
include/deal.II/base/std_cxx11/tuple.h
include/deal.II/base/std_cxx11/type_traits.h

index 7252b356d2ba8897e7742a24588048263c3185f2..fc64ac1ece3cc383a79fb6d21e0f05e78a72a143 100644 (file)
@@ -49,7 +49,7 @@ namespace std_cxx11
   using boost::ref;
   using boost::cref;
   using boost::reference_wrapper;
-  
+
   // now also import the _1, _2 placeholders from the global namespace
   // into the current one as suggested above
   using ::_1;
index 7319b06fb7ed50d14d4276a103150f0b0f7ef1c8..2851703c7dfb055397ec574f595a66513f456a3d 100644 (file)
@@ -43,21 +43,21 @@ namespace std_cxx11
   using boost::make_tuple;
   using boost::get;
 
-                                  // boost::tuples::length has been renamed
-                                  // by the standard to std::tuple_size
+  // boost::tuples::length has been renamed
+  // by the standard to std::tuple_size
   template <typename T>
-  struct tuple_size 
+  struct tuple_size
   {
-      static const std::size_t value = boost::tuples::length<T>::value;
+    static const std::size_t value = boost::tuples::length<T>::value;
   };
 
-                                  // similarly, boost::tuples::element has
-                                  // been renamed by the standard to
-                                  // std::tuple_element
+  // similarly, boost::tuples::element has
+  // been renamed by the standard to
+  // std::tuple_element
   template <int N, typename T>
   struct tuple_element
   {
-      typedef typename boost::tuples::element<N,T>::type type;
+    typedef typename boost::tuples::element<N,T>::type type;
   };
 }
 DEAL_II_NAMESPACE_CLOSE
index 290dc02bd807806d3e0f78cf1b986045d1c6f9f4..e35ac4b2f8bf7411b42902f775be6f59a63a8766 100644 (file)
@@ -25,8 +25,8 @@
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11
 {
-                                // TODO: could fill up with more types from
-                                // C++11 type traits
+  // TODO: could fill up with more types from
+  // C++11 type traits
   using std::is_pod;
   using std::is_standard_layout;
   using std::is_trivial;
@@ -41,9 +41,9 @@ namespace std_cxx11
 {
   using boost::is_pod;
 
-                                // boost does not have is_standard_layout and
-                                // is_trivial, but those are both a subset of
-                                // is_pod
+  // boost does not have is_standard_layout and
+  // is_trivial, but those are both a subset of
+  // is_pod
   template <typename T>
   struct is_standard_layout
   {
@@ -54,9 +54,9 @@ namespace std_cxx11
   struct is_trivial
   {
     static const bool value = boost::has_trivial_copy<T>::value &&
-      boost::has_trivial_assign<T>::value &&
-      boost::has_trivial_constructor<T>::value &&
-      boost::has_trivial_destructor<T>::value;
+                              boost::has_trivial_assign<T>::value &&
+                              boost::has_trivial_constructor<T>::value &&
+                              boost::has_trivial_destructor<T>::value;
   };
 }
 DEAL_II_NAMESPACE_CLOSE

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.