From ee205e7e812e170f670e690a4e0fa9caa652f226 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 1 Oct 2009 01:00:09 +0900 Subject: Formatting cleanup. --- OpenSim/Region/CoreModules/Agent/IPBan/SceneBanner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/CoreModules/Agent/IPBan/SceneBanner.cs') diff --git a/OpenSim/Region/CoreModules/Agent/IPBan/SceneBanner.cs b/OpenSim/Region/CoreModules/Agent/IPBan/SceneBanner.cs index 394b1bb..8502006 100644 --- a/OpenSim/Region/CoreModules/Agent/IPBan/SceneBanner.cs +++ b/OpenSim/Region/CoreModules/Agent/IPBan/SceneBanner.cs @@ -51,7 +51,7 @@ namespace OpenSim.Region.CoreModules.Agent.IPBan { // Only need to run through all this if there are entries in the ban list if (bans.Count > 0) - { + { IClientIPEndpoint ipEndpoint; if (client.TryGet(out ipEndpoint)) { -- cgit v1.1