Massive tab and trailing space cleanup

This commit is contained in:
Melanie Thielker
2017-01-05 19:07:37 +00:00
parent e88e2945e9
commit b16abc8166
959 changed files with 23646 additions and 23646 deletions

View File

@@ -62,7 +62,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// </summary>
public int PacketsPooled
{
get
get
{
lock (pool)
return pool.Count;
@@ -74,9 +74,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// </summary>
public int BlocksPooled
{
get
get
{
lock (DataBlocks)
lock (DataBlocks)
return DataBlocks.Count;
}
}
@@ -248,7 +248,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
}
break;
// Other packets wont pool
default:
return;
@@ -276,7 +276,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
DataBlocks[typeof(T)] = new Stack<Object>();
}
return new T();
}
}