Formatting cleanup.

This commit is contained in:
Jeff Ames
2008-05-16 01:22:11 +00:00
parent e25818d832
commit 65c5efe43b
261 changed files with 3718 additions and 3831 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenSim.Region.ScriptEngine.Common
/// </summary>
protected bool m_Running = true;
/// <summary>
/// True indicates that the ScriptManager has stopped
/// True indicates that the ScriptManager has stopped
/// this script. This prevents a script that has been
/// stopped as part of deactivation from being
/// resumed by a pending llSetScriptState request.