Commiting whitespace changes, as this used hard tabs instead of the
4 spaces found everywhere else.afrisby
parent
d2c7bd3fff
commit
32565509e2
|
@ -27,21 +27,15 @@
|
||||||
*/
|
*/
|
||||||
namespace OpenSim.Framework.Console
|
namespace OpenSim.Framework.Console
|
||||||
{
|
{
|
||||||
public class MainLog {
|
public class MainLog {
|
||||||
|
|
||||||
private static LogBase instance;
|
private static LogBase instance;
|
||||||
|
|
||||||
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