diff options
author | Jeff Ames | 2009-05-31 18:35:00 +0000 |
---|---|---|
committer | Jeff Ames | 2009-05-31 18:35:00 +0000 |
commit | 35b450d41d2695aa6a82a6d8e6bda5e327f431e1 (patch) | |
tree | 28028806a736a8f22b41ab0c7c8feec1f43fd0f9 /OpenSim/Framework/Util.cs | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-35b450d41d2695aa6a82a6d8e6bda5e327f431e1.zip opensim-SC_OLD-35b450d41d2695aa6a82a6d8e6bda5e327f431e1.tar.gz opensim-SC_OLD-35b450d41d2695aa6a82a6d8e6bda5e327f431e1.tar.bz2 opensim-SC_OLD-35b450d41d2695aa6a82a6d8e6bda5e327f431e1.tar.xz |
Add copyright headers, formatting cleanup, ignore some generated files.
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r-- | OpenSim/Framework/Util.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
550 | { | 550 | { |
551 | foreach (IPAddress host in hosts) | 551 | foreach (IPAddress host in hosts) |
552 | { | 552 | { |
553 | if(host.AddressFamily == AddressFamily.InterNetwork) | 553 | if (host.AddressFamily == AddressFamily.InterNetwork) |
554 | return host; | 554 | return host; |
555 | } | 555 | } |
556 | // Well all else failed... | 556 | // Well all else failed... |