mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -92,11 +92,11 @@ namespace OpenSim.Services.EstateService
|
||||
{
|
||||
return m_database.CreateNewEstate();
|
||||
}
|
||||
|
||||
|
||||
public List<EstateSettings> LoadEstateSettingsAll()
|
||||
{
|
||||
return m_database.LoadEstateSettingsAll();
|
||||
}
|
||||
return m_database.LoadEstateSettingsAll();
|
||||
}
|
||||
|
||||
public void StoreEstateSettings(EstateSettings es)
|
||||
{
|
||||
@@ -107,7 +107,7 @@ namespace OpenSim.Services.EstateService
|
||||
{
|
||||
return m_database.GetEstates(search);
|
||||
}
|
||||
|
||||
|
||||
public List<int> GetEstatesAll()
|
||||
{
|
||||
return m_database.GetEstatesAll();
|
||||
|
||||
Reference in New Issue
Block a user