]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reindent.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Dec 2004 04:21:55 +0000 (04:21 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Dec 2004 04:21:55 +0000 (04:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@9815 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index ebe0282494fc622d1e6b851e47ac12b9b2d64786..45e1d5d87c52fdbbdd8fb127b714a2504d3e295a 100644 (file)
@@ -268,25 +268,25 @@ namespace CommunicationsLog
       unsigned int          completed_bytes;
       std::string           description;
 
-    /**
-     * Constructor
-     */
-    Record (const pid_t           child_pid,
-           const Direction       direction,
-           const std::type_info *type,
-           const unsigned int    count,
-           const  unsigned int   scheduled_bytes,
-           const unsigned int    completed_bytes,
-           const std::string    &description)
-      :
-      child_pid (child_pid),
-      direction (direction),
-      type (type),
-      count (count),
-      scheduled_bytes (scheduled_bytes),
-      completed_bytes (completed_bytes),
-      description (description)
-    {}
+                                       /**
+                                        * Constructor
+                                        */
+      Record (const pid_t           child_pid,
+              const Direction       direction,
+              const std::type_info *type,
+              const unsigned int    count,
+              const  unsigned int   scheduled_bytes,
+              const unsigned int    completed_bytes,
+              const std::string    &description)
+                      :
+                      child_pid (child_pid),
+                      direction (direction),
+                      type (type),
+                      count (count),
+                      scheduled_bytes (scheduled_bytes),
+                      completed_bytes (completed_bytes),
+                      description (description)
+        {}
   };
 
                                    /**

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.