Formatting cleanup.

This commit is contained in:
Jeff Ames
2009-08-09 00:43:13 +09:00
parent e88903f481
commit bc6ec3b564
10 changed files with 20 additions and 20 deletions

View File

@@ -927,7 +927,7 @@ namespace OpenSim.Region.Framework.Scenes
{
foreach (IScriptModule e in engines)
{
if(!e.CanBeDeleted(item.ItemID))
if (!e.CanBeDeleted(item.ItemID))
return false;
}
}