From c995d60d37032db3198b8496e186aa7a892dc7a8 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 14 May 2008 05:11:23 +0000 Subject: Formatting cleanup. --- OpenSim/Tools/OpenSim.GUI/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Tools/OpenSim.GUI/Main.cs') diff --git a/OpenSim/Tools/OpenSim.GUI/Main.cs b/OpenSim/Tools/OpenSim.GUI/Main.cs index adb331b..9467312 100644 --- a/OpenSim/Tools/OpenSim.GUI/Main.cs +++ b/OpenSim/Tools/OpenSim.GUI/Main.cs @@ -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."); -- cgit v1.1