mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Add copyright headers. Formatting cleanup. Fix a compiler warning.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OpenSim.Data.Tests
|
||||
{
|
||||
// Clean up all the regions.
|
||||
List<RegionProfileData> regions = db.GetRegionsByName("", 100);
|
||||
if(regions != null)
|
||||
if (regions != null)
|
||||
{
|
||||
foreach (RegionProfileData region in regions)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user