]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Indentation fix
authordanshapero <shapero.daniel@gmail.com>
Fri, 1 Apr 2016 14:39:22 +0000 (07:39 -0700)
committerdanshapero <shapero.daniel@gmail.com>
Fri, 1 Apr 2016 14:39:22 +0000 (07:39 -0700)
include/deal.II/base/subscriptor.h
tests/lac/sparse_matrix_move.cc

index 6f968c7bf710fc22fd61bb7fc518a29db81984eb..4ddd83af30648ef466181b22667e71f894daa87f 100644 (file)
@@ -76,7 +76,7 @@ public:
    * An object inheriting from Subscriptor can only be moved if no other
    * objects are subscribing to it.
    */
-  Subscriptor(Subscriptor&&);
+  Subscriptor(Subscriptor &&);
 #endif
 
   /**
index 0da8932f77c3e1f9bb58767b83477417df9ac395..8e674dde9f20d64c9809475c05d283b4e4a28ad2 100644 (file)
@@ -115,11 +115,11 @@ int main()
       {
         SparseMatrix<double> B = std::move(A);
       }
-    catch (const Subscriptor::ExcInUse&)
+    catch (const Subscriptor::ExcInUse &)
       {
         need_to_catch_exc_in_use = false;
       }
-    catch(...)
+    catch (...)
       {
         return 1;
       }

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.