Commiting whitespace changes, as this used hard tabs instead of the

4 spaces found everywhere else.
afrisby
Sean Dague 2007-08-01 21:28:34 +00:00
parent d2c7bd3fff
commit 32565509e2
1 changed files with 9 additions and 15 deletions

View File

@ -27,21 +27,15 @@
*/
namespace OpenSim.Framework.Console
{
public class MainLog {
private static LogBase instance;
public static LogBase Instance
{
get
{
return instance;
}
set
{
instance = value;
}
}
public class MainLog {
private static LogBase instance;
public static LogBase Instance
{
get { return instance; }
set { instance = value; }
}
}
}