indent a file for a test

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1054 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2008-03-03 17:01:47 +00:00
commit 9100f88efa

View file

@ -80,7 +80,7 @@ main (int _argc, char* _argv [])
moTabuList<TwoOpt> *tabuList;
if(value.compare("TwoOpt")==0)
if (value.compare("TwoOpt")==0)
{
tabuList=new TwoOptTabuList();
}
@ -141,7 +141,7 @@ manage_configuration_file(eoParser & _parser)
}
os.open("current_param");
if(!os.is_open())
if (!os.is_open())
{
throw std::runtime_error("[tabu_search.cpp]: the file current_param cannot be created.");
}