mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -274,7 +274,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
{
|
||||
if (!(string.IsNullOrEmpty(pContainerName) || pContainerName == AllSubCommand || pContainerName == contName))
|
||||
continue;
|
||||
|
||||
|
||||
OSDMap statMap = new OSDMap();
|
||||
|
||||
SortedDictionary<string, Stat> theStats = RegisteredStats[catName][contName];
|
||||
@@ -398,7 +398,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
{
|
||||
if (!TryGetStatParents(stat, out category, out container))
|
||||
return false;
|
||||
|
||||
|
||||
if(container != null)
|
||||
{
|
||||
container.Remove(stat.ShortName);
|
||||
|
||||
Reference in New Issue
Block a user