mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Update svn properties. Formatting cleanup.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -37,7 +37,7 @@ namespace OpenSim.Framework.Statistics
|
||||
/// Collects sim statistics which aren't already being collected for the linden viewer's statistics pane
|
||||
/// </summary>
|
||||
public class SimExtraStatsCollector : IStatsCollector
|
||||
{
|
||||
{
|
||||
private long abnormalClientThreadTerminations;
|
||||
|
||||
private long assetsInCache;
|
||||
|
||||
Reference in New Issue
Block a user