mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Copyright notices and formatting cleanup.
This commit is contained in:
@@ -476,7 +476,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
|
||||
}
|
||||
else
|
||||
{
|
||||
lock(cntable) cntable.Add(cnonce, nck);
|
||||
lock (cntable) cntable.Add(cnonce, nck);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -108,7 +108,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
|
||||
/// </summary>
|
||||
private void LoadHandlers()
|
||||
{
|
||||
lock(handlers)
|
||||
lock (handlers)
|
||||
{
|
||||
if (!handlersLoaded)
|
||||
{
|
||||
|
||||
@@ -238,7 +238,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
|
||||
Rest.Log.DebugFormat("{0} Inventory catalog requested for {1} {2}",
|
||||
MsgId, rdata.userProfile.FirstName, rdata.userProfile.SurName);
|
||||
|
||||
lock(rdata)
|
||||
lock (rdata)
|
||||
{
|
||||
if (!rdata.HaveInventory)
|
||||
{
|
||||
@@ -1869,7 +1869,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
|
||||
this.folders = folders;
|
||||
this.items = items;
|
||||
this.HaveInventory = true;
|
||||
lock(this)
|
||||
lock (this)
|
||||
{
|
||||
Monitor.Pulse(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user