mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -59,7 +59,7 @@ namespace OpenSim.Server
|
||||
ServicePointManager.UseNagleAlgorithm = false;
|
||||
|
||||
m_Server = new HttpServerBase("R.O.B.U.S.T.", args);
|
||||
|
||||
|
||||
string registryLocation;
|
||||
|
||||
IConfig serverConfig = m_Server.Config.Configs["Startup"];
|
||||
@@ -70,7 +70,7 @@ namespace OpenSim.Server
|
||||
}
|
||||
|
||||
string connList = serverConfig.GetString("ServiceConnectors", String.Empty);
|
||||
|
||||
|
||||
registryLocation = serverConfig.GetString("RegistryLocation",".");
|
||||
|
||||
IConfig servicesConfig = m_Server.Config.Configs["ServiceList"];
|
||||
|
||||
Reference in New Issue
Block a user