From bac4602b912c445805113e03435c8590861bcae8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Dudouet?= <j.dudouet@ipnl.in2p3.fr>
Date: Tue, 8 Jan 2019 10:34:22 +0100
Subject: [PATCH] correct indentation

---
 gRaySoftware.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gRaySoftware.py b/gRaySoftware.py
index 4830724..bb1f9b8 100755
--- a/gRaySoftware.py
+++ b/gRaySoftware.py
@@ -502,7 +502,7 @@ def do_load(which_package, commandline_release):
 		else :		
 			return load_from_git("root","addons/root",commandline_release)
 
-        if ( which_package == "--agaspy" ) :
+	if ( which_package == "--agaspy" ) :
 		requirement = ['git','cmake'] # check all the prog needed to go through the whole process
 		if ( check_all_program(requirement) == 1 ) :
 			return 1
@@ -652,7 +652,7 @@ def do_configure(which_package, options):
 			CMAKE_LOC_OPTIONS += " -DGUESS_THREAD=ON"
 		return do_cmake_conf("femul","LNL",CMAKE_LOC_OPTIONS)
 
-        if ( which_package == "--mfm" or which_package == "--mfm-gru") :
+	if ( which_package == "--mfm" or which_package == "--mfm-gru") :
 		# get a cmake file from the script directory
 		if ( os.path.isfile("GANIL/GRU/MFMlib/CMakeLists.txt") == False ) :
 			shutil.copyfile("scripts/cmake/Projects/CMakeLists_MFM.txt", "GANIL/GRU/MFMlib/CMakeLists.txt")
-- 
GitLab