From: deal Date: Fri, 24 Oct 2003 22:34:01 +0000 (+0000) Subject: Fix an odd indentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d8cabdd67d71c610954b841c43f2f17af51e6e7;p=dealii-svn.git Fix an odd indentation. git-svn-id: https://svn.dealii.org/trunk@8165 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/make_dependencies.cc b/deal.II/common/scripts/make_dependencies.cc index 1f6c000e5e..1a9ace1b33 100644 --- a/deal.II/common/scripts/make_dependencies.cc +++ b/deal.II/common/scripts/make_dependencies.cc @@ -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);