mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -67,7 +67,7 @@ namespace OpenSim.Framework.Console
|
||||
{
|
||||
System.Console.WriteLine(text);
|
||||
}
|
||||
|
||||
|
||||
public virtual void OutputFormat(string format, params object[] components)
|
||||
{
|
||||
Output(string.Format(format, components));
|
||||
@@ -86,7 +86,7 @@ namespace OpenSim.Framework.Console
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
public string CmdPrompt(string p, List<char> excludedCharacters)
|
||||
{
|
||||
bool itisdone = false;
|
||||
@@ -95,7 +95,7 @@ namespace OpenSim.Framework.Console
|
||||
{
|
||||
itisdone = true;
|
||||
ret = CmdPrompt(p);
|
||||
|
||||
|
||||
foreach (char c in excludedCharacters)
|
||||
{
|
||||
if (ret.Contains(c.ToString()))
|
||||
@@ -117,7 +117,7 @@ namespace OpenSim.Framework.Console
|
||||
{
|
||||
itisdone = true;
|
||||
ret = CmdPrompt(p, def);
|
||||
|
||||
|
||||
if (ret == String.Empty)
|
||||
{
|
||||
ret = def;
|
||||
|
||||
Reference in New Issue
Block a user