Remove tabs, indent code properly

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Vincent Sylvester
2022-03-13 03:31:28 +01:00
committed by UbitUmarov
parent e1ce7408da
commit 13dbbc2683
45 changed files with 16302 additions and 16295 deletions

View File

@@ -183,7 +183,7 @@ namespace OpenSim.Data.PGSQL
catch(Exception e)
{
m_log.Error("[PGSQL FSASSETS] Failed to store asset with ID " + meta.ID);
m_log.Error(e.ToString());
m_log.Error(e.ToString());
return false;
}
}