]> https://gitweb.dealii.org/ - dealii.git/commitdiff
reindent 893/head
authorMatthias Maier <tamiko@43-1.org>
Sat, 2 May 2015 10:21:13 +0000 (12:21 +0200)
committerMatthias Maier <tamiko@43-1.org>
Sat, 2 May 2015 10:21:13 +0000 (12:21 +0200)
include/deal.II/lac/block_vector.templates.h
include/deal.II/lac/petsc_parallel_vector.h
source/lac/trilinos_vector.cc

index b223c6c20334a410582b7757331bf0fbf55264ae..5ec9b8ad16cac0a36f04864603f7084d20224b2c 100644 (file)
@@ -64,11 +64,11 @@ BlockVector<Number>::BlockVector (const BlockVector<Number> &v)
 #ifdef DEAL_II_WITH_CXX11
 template <typename Number>
 BlockVector<Number>::BlockVector (BlockVector<Number> &&v)
-  {
-    swap(v);
-    // be nice and reset v to zero
-    v.reinit(0, 0, false);
-  }
+{
+  swap(v);
+  // be nice and reset v to zero
+  v.reinit(0, 0, false);
+}
 #endif
 
 
index a34a0376d6bc1824dc3f1ccc2546bfc7141053bf..e8ddd6b31bf22512d5de157db9a315363f633808 100644 (file)
@@ -554,7 +554,7 @@ namespace PETScWrappers
 
 #ifdef DEAL_II_WITH_CXX11
     inline
-    Vector & Vector::operator= (Vector &&v)
+    Vector &Vector::operator= (Vector &&v)
     {
       swap(v);
       return *this;
index a4301fbeb2e7ed1e56e3fd0287fa0c2ab072feb5..26584f5e7e9075ce5122122ab3bc5adc162d3c03 100644 (file)
@@ -431,11 +431,11 @@ namespace TrilinosWrappers
 
 
 #ifdef DEAL_II_WITH_CXX11
-      Vector & Vector::operator= (Vector &&v)
-      {
-        swap(v);
-        return *this;
-      }
+    Vector &Vector::operator= (Vector &&v)
+    {
+      swap(v);
+      return *this;
+    }
 #endif
 
 

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.