Whitespace cleanup.

This commit is contained in:
Jeff Ames
2008-01-10 06:49:29 +00:00
parent a962653e04
commit 5a6fd21a2c
11 changed files with 321 additions and 330 deletions

View File

@@ -72,7 +72,7 @@ namespace OpenSim.Framework
}
// Copied from LibSL, and added a check to avoid overwriting the
// buffer
// buffer
private void ZeroDecodeCommand(byte[] src, byte[] dest)
{
for (int srcPos = 6, destPos = 6; destPos < 10; ++srcPos)
@@ -89,8 +89,8 @@ namespace OpenSim.Framework
{
dest[destPos++] = src[srcPos];
}
}
}
}
}
private PacketType GetType(byte[] bytes)
{