Add copyright headers, formatting cleanup, ignore some generated files.

This commit is contained in:
Jeff Ames
2009-05-31 18:35:00 +00:00
parent db2c4ab94c
commit 35b450d41d
22 changed files with 561 additions and 102 deletions

View File

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