mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Formatting cleanup.
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user