From 3d8cabdd67d71c610954b841c43f2f17af51e6e7 Mon Sep 17 00:00:00 2001 From: deal Date: Fri, 24 Oct 2003 22:34:01 +0000 Subject: [PATCH] Fix an odd indentation. git-svn-id: https://svn.dealii.org/trunk@8165 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/make_dependencies.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.5