mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenSim.Framework
|
||||
/// Handles NAT translation in a 'manner of speaking'
|
||||
/// Allows you to return multiple different external
|
||||
/// hostnames depending on the requestors network
|
||||
///
|
||||
///
|
||||
/// This enables standard port forwarding techniques
|
||||
/// to work correctly with OpenSim.
|
||||
/// </summary>
|
||||
@@ -145,7 +145,7 @@ namespace OpenSim.Framework
|
||||
byte[] subnetBytes = subnet.Value.GetAddressBytes();
|
||||
byte[] localBytes = subnet.Key.GetAddressBytes();
|
||||
byte[] destBytes = destination.GetAddressBytes();
|
||||
|
||||
|
||||
if (subnetBytes.Length != destBytes.Length || subnetBytes.Length != localBytes.Length)
|
||||
return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user