Update svn properties, minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-11-21 18:44:48 +00:00
parent 7dce464113
commit ecac5c9c5a
11 changed files with 43 additions and 44 deletions

View File

@@ -516,7 +516,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Friends
// if it's a local friend, we don't have to do the lookup
ScenePresence friendPresence = GetAnyPresenceFromAgentID(friendID);
if(friendPresence != null)
if (friendPresence != null)
{
m_log.Debug("[FRIEND]: Local agent detected.");