From 35b450d41d2695aa6a82a6d8e6bda5e327f431e1 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sun, 31 May 2009 18:35:00 +0000 Subject: Add copyright headers, formatting cleanup, ignore some generated files. --- OpenSim/Framework/Util.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Util.cs') diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index a188267..bc4af3f 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs @@ -550,7 +550,7 @@ namespace OpenSim.Framework { foreach (IPAddress host in hosts) { - if(host.AddressFamily == AddressFamily.InterNetwork) + if (host.AddressFamily == AddressFamily.InterNetwork) return host; } // Well all else failed... -- cgit v1.1