Formatting cleanup, ignore some generated files.

This commit is contained in:
Jeff Ames
2009-06-22 11:04:09 +00:00
parent 142b481e03
commit 65d48a5e60
3 changed files with 4 additions and 4 deletions

View File

@@ -827,7 +827,7 @@ namespace OpenSim.Region.CoreModules.World.Permissions
ScenePresence sp = scene.GetScenePresence(user);
IClientAPI client = sp.ControllingClient;
if((client.GetGroupPowers(group) & (ulong)GroupPowers.DeedObject) == 0)
if ((client.GetGroupPowers(group) & (ulong)GroupPowers.DeedObject) == 0)
return false;
return true;