mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Minor formatting cleanup.
This commit is contained in:
@@ -380,7 +380,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
XmlRpcResponse response = new XmlRpcResponse();
|
||||
Hashtable responseData = new Hashtable();
|
||||
|
||||
lock(this)
|
||||
lock (this)
|
||||
{
|
||||
int m_regionLimit = m_config.GetInt("region_limit", 0);
|
||||
|
||||
@@ -575,7 +575,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
XmlRpcResponse response = new XmlRpcResponse();
|
||||
Hashtable responseData = new Hashtable();
|
||||
|
||||
lock(this)
|
||||
lock (this)
|
||||
{
|
||||
try {
|
||||
Hashtable requestData = (Hashtable) request.Params[0];
|
||||
@@ -651,7 +651,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
XmlRpcResponse response = new XmlRpcResponse();
|
||||
Hashtable responseData = new Hashtable();
|
||||
|
||||
lock(this)
|
||||
lock (this)
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -751,7 +751,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
XmlRpcResponse response = new XmlRpcResponse();
|
||||
Hashtable responseData = new Hashtable();
|
||||
|
||||
lock(this)
|
||||
lock (this)
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -920,7 +920,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
XmlRpcResponse response = new XmlRpcResponse();
|
||||
Hashtable responseData = new Hashtable();
|
||||
|
||||
lock(this)
|
||||
lock (this)
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -1047,7 +1047,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
XmlRpcResponse response = new XmlRpcResponse();
|
||||
Hashtable responseData = new Hashtable();
|
||||
|
||||
lock(this)
|
||||
lock (this)
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -1199,7 +1199,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
XmlRpcResponse response = new XmlRpcResponse();
|
||||
Hashtable responseData = new Hashtable();
|
||||
|
||||
lock(this)
|
||||
lock (this)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user