]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reindent
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Apr 2013 14:42:55 +0000 (14:42 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Apr 2013 14:42:55 +0000 (14:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@29303 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/exceptions.h
deal.II/source/base/exceptions.cc

index 6970b99df1c95759c88e785deabe72d9575f1c0a..94867d5767d8e20d2b31ff95b85e6c639caa545d 100644 (file)
@@ -70,7 +70,7 @@ public:
   /**
    * Get exception name.
    */
-  const char * get_exc_name() const;
+  const char *get_exc_name() const;
 
   /**
    * Print out the general part of the error information.
index 14689ea8d1ef524c1f4598995d0d821c15a277a7..10526f1b3d442aad9f4046f9df435bdcb8fe49f1 100644 (file)
@@ -146,7 +146,7 @@ void ExceptionBase::set_fields (const char *f,
 
 
 
-const char * ExceptionBase::get_exc_name () const
+const char *ExceptionBase::get_exc_name () const
 {
   return exc;
 }
@@ -281,7 +281,7 @@ namespace deal_II_exceptions
 
     void abort (const ExceptionBase &exc)
     {
-      if(dealii::deal_II_exceptions::abort_on_exception)
+      if (dealii::deal_II_exceptions::abort_on_exception)
         {
           //* Print the error message and bail out:
           std::cerr << exc.what() << std::endl;

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.