* indentations + whitespace cleanup
This commit is contained in:
parent
8457e39efe
commit
56c6edab04
285 changed files with 6068 additions and 6223 deletions
|
|
@ -95,7 +95,7 @@ bool testDirRes(std::string _dirName, bool _erase=true)
|
|||
return true;
|
||||
}
|
||||
// else
|
||||
if (_erase) // OK to erase
|
||||
if (_erase) // OK to erase
|
||||
{
|
||||
s = string("/bin/rm ")+ _dirName + "/*";
|
||||
int res = system(s.c_str());
|
||||
|
|
|
|||
Reference in a new issue