Update svn properties, minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-10-12 03:16:49 +00:00
parent 166690d539
commit fdec8390c1
5 changed files with 39 additions and 36 deletions

View File

@@ -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: