Minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-12-06 00:54:48 +00:00
parent d24e4a9f2d
commit b23e82b573

View File

@@ -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
{