Minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-09-16 10:15:09 +00:00
parent 03e3f88059
commit eee31c6f28
3 changed files with 3 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
if (bool.TryParse(perm, out allowed))
{
// Boolean given
if(allowed)
if (allowed)
m_FunctionPerms[function] = null; // a null value is all
else
m_FunctionPerms[function] = new List<UUID>(); // Empty list = none