From b16abc8166c29585cb76cc55c3bdd76e5833cb4f Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Thu, 5 Jan 2017 19:07:37 +0000 Subject: Massive tab and trailing space cleanup --- OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs | 2 +- OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs | 4 ++-- OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'OpenSim/Region/ScriptEngine/Interfaces') diff --git a/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs b/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs index a7fa502..b71932e 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs @@ -46,7 +46,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces /// /// void PerformScriptCompile( - string source, string asset, UUID ownerID, + string source, string asset, UUID ownerID, out string assembly, out Dictionary, KeyValuePair> linemap); /// diff --git a/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs b/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs index 361a0b9..2e1dbbe 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs @@ -58,7 +58,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces /// Post an event to a single script /// bool PostScriptEvent(UUID itemID, EventParams parms); - + /// /// Post event to an entire prim /// @@ -95,7 +95,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces /// Assemblies that need to be referenced when compiling scripts. /// /// - /// These are currently additional to those always referenced by the compiler, BUT THIS MAY CHANGE IN THE + /// These are currently additional to those always referenced by the compiler, BUT THIS MAY CHANGE IN THE /// FUTURE. /// This can be null if there are no additional assemblies. /// diff --git a/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs b/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs index e4297c4..40c2fd2 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs @@ -104,7 +104,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces string State { get; set; } /// - /// If true then the engine is responsible for persisted state. If false then some other component may + /// If true then the engine is responsible for persisted state. If false then some other component may /// persist state (e.g. attachments persisting in assets). /// bool StatePersistedHere { get; } @@ -193,7 +193,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces /// /// void PostEvent(EventParams data); - + void Suspend(); void Resume(); @@ -223,7 +223,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces /// Reset the script. /// /// - /// This must not be called by any thread other than the one executing the scripts current event. This is + /// This must not be called by any thread other than the one executing the scripts current event. This is /// because there is no wait or abort logic if another thread is in the middle of processing a script event. /// Such an external thread should use ResetScript() instead. /// -- cgit v1.1