From c8349e21c43b1232aa923783a39cca224460551a Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sun, 21 Sep 2008 02:41:22 +0000 Subject: Update svn properties, minor formatting cleanup. --- .../DotNetEngine/Commands_LSL/Commands_LSL.cs | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs') diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs index d4e9a08..46edec3 100644 --- a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs +++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs @@ -1,18 +1,18 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenSim.ApplicationPlugins.ScriptEngine.Components; - -namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_LSL -{ - public class Commands_LSL : CommandBase - { - public override void Start() - { - } - - public override void Close() - { - } - } -} +using System; +using System.Collections.Generic; +using System.Text; +using OpenSim.ApplicationPlugins.ScriptEngine.Components; + +namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_LSL +{ + public class Commands_LSL : CommandBase + { + public override void Start() + { + } + + public override void Close() + { + } + } +} -- cgit v1.1