diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Framework/Monitoring/StatsManager.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Monitoring/StatsManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Monitoring/StatsManager.cs b/OpenSim/Framework/Monitoring/StatsManager.cs index 30926d8..55c3276 100644 --- a/OpenSim/Framework/Monitoring/StatsManager.cs +++ b/OpenSim/Framework/Monitoring/StatsManager.cs | |||
@@ -274,7 +274,7 @@ namespace OpenSim.Framework.Monitoring | |||
274 | { | 274 | { |
275 | if (!(string.IsNullOrEmpty(pContainerName) || pContainerName == AllSubCommand || pContainerName == contName)) | 275 | if (!(string.IsNullOrEmpty(pContainerName) || pContainerName == AllSubCommand || pContainerName == contName)) |
276 | continue; | 276 | continue; |
277 | 277 | ||
278 | OSDMap statMap = new OSDMap(); | 278 | OSDMap statMap = new OSDMap(); |
279 | 279 | ||
280 | SortedDictionary<string, Stat> theStats = RegisteredStats[catName][contName]; | 280 | SortedDictionary<string, Stat> theStats = RegisteredStats[catName][contName]; |
@@ -398,7 +398,7 @@ namespace OpenSim.Framework.Monitoring | |||
398 | { | 398 | { |
399 | if (!TryGetStatParents(stat, out category, out container)) | 399 | if (!TryGetStatParents(stat, out category, out container)) |
400 | return false; | 400 | return false; |
401 | 401 | ||
402 | if(container != null) | 402 | if(container != null) |
403 | { | 403 | { |
404 | container.Remove(stat.ShortName); | 404 | container.Remove(stat.ShortName); |