Formatting cleanup.

This commit is contained in:
Jeff Ames
2008-05-14 05:11:23 +00:00
parent eff470c0de
commit c995d60d37
62 changed files with 283 additions and 291 deletions

View File

@@ -407,7 +407,7 @@ namespace OpenSim.GUI
portBox1.Text = "13050";
MessageBox.Show("Enter Usable port number, defaulting to 13050.");
}
if(aPort < 13000)
if (aPort < 13000)
{
portBox1.Text = "13000";
MessageBox.Show("Enter Usable port number, defaulting to 13000.");