Formatting cleanup.

This commit is contained in:
Jeff Ames
2008-05-12 01:23:03 +00:00
parent 71f074839c
commit 2382342c65
6 changed files with 66 additions and 91 deletions

View File

@@ -449,10 +449,10 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public LLUUID GetDefaultAnimation(string name)
{
return LLUUID.Zero;
}
public LLUUID GetDefaultAnimation(string name)
{
return LLUUID.Zero;
}
public void SendTakeControls(int controls, bool passToAgent, bool TakeControls)
{