Formatting cleanup.

This commit is contained in:
Jeff Ames
2008-08-18 00:39:10 +00:00
parent 531f6c01eb
commit 6ef9d4da90
208 changed files with 2980 additions and 3163 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenSim.Framework.Console
private readonly object m_syncRoot = new object();
public conscmd_callback m_cmdParser;
/// <summary>
/// The default prompt text.
/// </summary>
@@ -249,7 +249,7 @@ namespace OpenSim.Framework.Console
{
line = System.Console.ReadLine();
}
return line;
}
catch (Exception e)