Update svn properties, formatting cleanup.

This commit is contained in:
Jeff Ames
2008-09-23 23:14:00 +00:00
parent 1aab81e235
commit 3f79e6b3e7
7 changed files with 22 additions and 22 deletions

View File

@@ -612,7 +612,7 @@ namespace OpenSim.Region.Environment.Modules.World.Permissions
// TODO: add group support!
//
if(part.OwnerID != editorID)
if (part.OwnerID != editorID)
return false;
return GenericObjectPermission(editorID, objectID, false);