From 8af0c9a1af010d1817f1321230c5b1d093e5146a Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 31 Mar 2008 03:29:34 +0000 Subject: Update svn properties. --- .../Environment/Interfaces/ICommandableModule.cs | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'OpenSim/Region/Environment/Interfaces/ICommandableModule.cs') diff --git a/OpenSim/Region/Environment/Interfaces/ICommandableModule.cs b/OpenSim/Region/Environment/Interfaces/ICommandableModule.cs index 31ef49b..e1f7ed6 100644 --- a/OpenSim/Region/Environment/Interfaces/ICommandableModule.cs +++ b/OpenSim/Region/Environment/Interfaces/ICommandableModule.cs @@ -1,16 +1,16 @@ -using System; -using System.Collections.Generic; -using System.Text; - -using OpenSim.Region.Environment.Modules.ModuleFramework; - -namespace OpenSim.Region.Environment.Interfaces -{ - public interface ICommandableModule - { - ICommander CommandInterface - { - get; - } - } -} +using System; +using System.Collections.Generic; +using System.Text; + +using OpenSim.Region.Environment.Modules.ModuleFramework; + +namespace OpenSim.Region.Environment.Interfaces +{ + public interface ICommandableModule + { + ICommander CommandInterface + { + get; + } + } +} -- cgit v1.1