diff options
author | Jeff Ames | 2008-05-14 05:33:32 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-14 05:33:32 +0000 |
commit | 6a1b787436cc59043a26a296781e7a7b5ea0c67b (patch) | |
tree | 10f55a7b0abfdc47f103d40f13f3cae530c13581 /OpenSim/Framework/PacketPool.cs | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC-6a1b787436cc59043a26a296781e7a7b5ea0c67b.zip opensim-SC-6a1b787436cc59043a26a296781e7a7b5ea0c67b.tar.gz opensim-SC-6a1b787436cc59043a26a296781e7a7b5ea0c67b.tar.bz2 opensim-SC-6a1b787436cc59043a26a296781e7a7b5ea0c67b.tar.xz |
More formatting cleanup.
Diffstat (limited to 'OpenSim/Framework/PacketPool.cs')
-rw-r--r-- | OpenSim/Framework/PacketPool.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/PacketPool.cs b/OpenSim/Framework/PacketPool.cs index af8efe8..4e71d5e 100644 --- a/OpenSim/Framework/PacketPool.cs +++ b/OpenSim/Framework/PacketPool.cs | |||
@@ -159,7 +159,7 @@ namespace OpenSim.Framework | |||
159 | return; // packet pool disabled | 159 | return; // packet pool disabled |
160 | 160 | ||
161 | /* // Commented out to remove a compiler warning. :) | 161 | /* // Commented out to remove a compiler warning. :) |
162 | lock(pool) | 162 | lock (pool) |
163 | { | 163 | { |
164 | PacketType type=packet.Type; | 164 | PacketType type=packet.Type; |
165 | 165 | ||