From 1bd92a6d34eb6461f7b8b9250b18247ccd69084b Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 3 Dec 2008 23:48:24 +0000 Subject: Minor formatting cleanup. --- .../RemoteController/RemoteAdminPlugin.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs') diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index 44f9c1a..16fe6f9 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs @@ -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); try { @@ -574,7 +574,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController XmlRpcResponse response = new XmlRpcResponse(); Hashtable responseData = new Hashtable(); - lock(this) { + lock (this) { try { Hashtable requestData = (Hashtable) request.Params[0]; checkStringParameters(request, new string[] {"password", "region_name"}); @@ -649,7 +649,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController XmlRpcResponse response = new XmlRpcResponse(); Hashtable responseData = new Hashtable(); - lock(this) { + lock (this) { try { Hashtable requestData = (Hashtable) request.Params[0]; @@ -749,7 +749,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController XmlRpcResponse response = new XmlRpcResponse(); Hashtable responseData = new Hashtable(); - lock(this) { + lock (this) { try { Hashtable requestData = (Hashtable)request.Params[0]; @@ -917,7 +917,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController XmlRpcResponse response = new XmlRpcResponse(); Hashtable responseData = new Hashtable(); - lock(this) { + lock (this) { try { Hashtable requestData = (Hashtable) request.Params[0]; @@ -1043,7 +1043,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController XmlRpcResponse response = new XmlRpcResponse(); Hashtable responseData = new Hashtable(); - lock(this) { + lock (this) { try { Hashtable requestData = (Hashtable) request.Params[0]; @@ -1194,7 +1194,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController XmlRpcResponse response = new XmlRpcResponse(); Hashtable responseData = new Hashtable(); - lock(this) { + lock (this) { try { -- cgit v1.1