diff --git a/OpenSim/Framework/Console/MainLog.cs b/OpenSim/Framework/Console/MainLog.cs index e6bf9d9fa8..c246b7d9a9 100644 --- a/OpenSim/Framework/Console/MainLog.cs +++ b/OpenSim/Framework/Console/MainLog.cs @@ -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; } + } } }