]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix an odd indentation.
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 24 Oct 2003 22:34:01 +0000 (22:34 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 24 Oct 2003 22:34:01 +0000 (22:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@8165 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/make_dependencies.cc

index 1f6c000e5eb162893ccdd552f81ba71de5160a2d..1a9ace1b33d8defd8eb6eabc0b10236917d1ce23 100644 (file)
@@ -76,8 +76,8 @@ void determine_direct_includes (const std::string &file)
                                    // it already here
   std::string present_path;
   if (file.find ('/') != std::string::npos)
-      present_path = std::string (file.begin(),
-                                 file.begin()+file.rfind ('/')+1);
+    present_path = std::string (file.begin(),
+                               file.begin()+file.rfind ('/')+1);
 
   std::ifstream in(file.c_str());
   assert ((bool)in);

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.