]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Oct 2010 15:59:43 +0000 (15:59 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Oct 2010 15:59:43 +0000 (15:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@22423 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/parameter_handler.cc

index 04349eb53d1753776e04ebb3ae77a62a87724f3c..3b7b22944c4fc954398fa46b877391fd8cb5bd85 100644 (file)
@@ -217,7 +217,7 @@ namespace Patterns
   std::string Double::description () const
   {
        std::ostringstream description;
-       
+
                                     // check whether valid bounds
                                     // were specified, and if so
                                     // output their values
@@ -232,10 +232,11 @@ namespace Patterns
     else
                                       // if no bounds were given, then
                                       // return generic string
-         {
-         description << description_init
-                     << "]";
-      return description.str();
+      {
+       description << description_init
+                   << "]";
+       return description.str();
+      }
   }
 
 
@@ -284,12 +285,12 @@ namespace Patterns
   std::string Selection::description () const
   {
     std::ostringstream description;
-    
+
     description << description_init
                 << " "
                 << sequence
                 << " ]";
-                
+
     return description.str();
   }
 
@@ -498,12 +499,12 @@ namespace Patterns
   std::string MultipleSelection::description () const
   {
     std::ostringstream description;
-    
+
     description << description_init
                 << " "
                 << sequence
                 << " ]";
-                
+
     return description.str();
   }
 
@@ -555,10 +556,10 @@ namespace Patterns
   std::string Anything::description () const
   {
     std::ostringstream description;
-    
+
     description << description_init
-                << "]"
-                
+                << "]";
+
     return description.str();
   }
 

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.