Commiting whitespace changes, as this used hard tabs instead of the
4 spaces found everywhere else.afrisby
parent
d2c7bd3fff
commit
32565509e2
|
@ -33,14 +33,8 @@ namespace OpenSim.Framework.Console
|
||||||
|
|
||||||
public static LogBase Instance
|
public static LogBase Instance
|
||||||
{
|
{
|
||||||
get
|
get { return instance; }
|
||||||
{
|
set { instance = value; }
|
||||||
return instance;
|
|
||||||
}
|
|
||||||
set
|
|
||||||
{
|
|
||||||
instance = value;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue