mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -99,13 +99,13 @@ namespace OpenSim.Framework.Monitoring
|
||||
}
|
||||
|
||||
string path = cmd[2];
|
||||
|
||||
|
||||
using (StreamWriter sw = new StreamWriter(path, true))
|
||||
{
|
||||
foreach (string line in GetReport())
|
||||
sw.WriteLine(line);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
MainConsole.Instance.OutputFormat("Stats saved to file {0}", path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user