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

@@ -34,17 +34,17 @@ namespace OpenSim.Framework.Communications.Capabilities
{
/// <summary>
/// The item containing the script to update
/// </summary>
/// </summary>
public LLUUID item_id;
/// <summary>
/// The task containing the script
/// </summary>
/// </summary>
public LLUUID task_id;
/// <summary>
/// Signals whether the script is currently active
/// </summary>
/// </summary>
public int is_script_running;
}
}