mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -65,7 +65,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
/// <param name="userID"></param>
|
||||
public void AddNewUser(LLUUID userID)
|
||||
{
|
||||
if(userID == LLUUID.Zero)
|
||||
if (userID == LLUUID.Zero)
|
||||
return;
|
||||
m_log.DebugFormat("[USER CACHE]: Adding user profile for {0}", userID);
|
||||
GetUserDetails(userID);
|
||||
@@ -132,7 +132,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
/// <returns>null if no user details are found</returns>
|
||||
public CachedUserInfo GetUserDetails(LLUUID userID)
|
||||
{
|
||||
if(userID == LLUUID.Zero)
|
||||
if (userID == LLUUID.Zero)
|
||||
return null;
|
||||
|
||||
lock (m_userProfiles)
|
||||
|
||||
Reference in New Issue
Block a user