mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -131,10 +131,10 @@ namespace OpenSim.Framework
|
||||
/// <param name="packet"></param>
|
||||
public void ReturnPacket(Packet packet)
|
||||
{
|
||||
if(!packetPoolEnabled)
|
||||
if (!packetPoolEnabled)
|
||||
return;
|
||||
|
||||
switch(packet.Type)
|
||||
switch (packet.Type)
|
||||
{
|
||||
// List pooling packets here
|
||||
case PacketType.PacketAck:
|
||||
|
||||
Reference in New Issue
Block a user