avoid c# fun things, plus cosmetics

This commit is contained in:
UbitUmarov
2020-07-14 17:54:58 +01:00
parent b2068fd39f
commit f32c0ead05
9 changed files with 112 additions and 50 deletions

View File

@@ -137,7 +137,7 @@ namespace OpenSim.Framework.Monitoring
}
if (m_jobQueue != null)
{
m_jobQueue .Dispose();
m_jobQueue.Dispose();
m_jobQueue = null;
}
}