Massive tab and trailing space cleanup

This commit is contained in:
Melanie Thielker
2017-01-05 19:07:37 +00:00
parent e88e2945e9
commit b16abc8166
959 changed files with 23646 additions and 23646 deletions

View File

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