From 32565509e24dd13fe2255f9368df9ef90e2d0a40 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 1 Aug 2007 21:28:34 +0000 Subject: Commiting whitespace changes, as this used hard tabs instead of the 4 spaces found everywhere else. --- OpenSim/Framework/Console/MainLog.cs | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'OpenSim/Framework/Console/MainLog.cs') diff --git a/OpenSim/Framework/Console/MainLog.cs b/OpenSim/Framework/Console/MainLog.cs index e6bf9d9..c246b7d 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; } + } } } -- cgit v1.1