Update svn properties. Formatting cleanup.

This commit is contained in:
Jeff Ames
2008-06-10 08:35:46 +00:00
parent 8a93358405
commit 5910a49da6
9 changed files with 63 additions and 80 deletions

View File

@@ -230,13 +230,12 @@ namespace OpenSim.Framework.Console
{
try
{
string line = System.Console.ReadLine();
while(line == null)
{
line = System.Console.ReadLine();
}
string line = System.Console.ReadLine();
while (line == null)
{
line = System.Console.ReadLine();
}
return line;
}
catch (Exception e)
@@ -364,8 +363,7 @@ namespace OpenSim.Framework.Console
public void Prompt()
{
string tempstr = CmdPrompt(m_componentName + "# ");
RunCommand(tempstr);
RunCommand(tempstr);
}
public void RunCommand(string cmdline)