Add copyright headers. Formatting cleanup. Fix a compiler warning.

This commit is contained in:
Jeff Ames
2009-08-17 10:29:06 +09:00
parent b324f88f86
commit 82c888fc6c
7 changed files with 63 additions and 10 deletions

View File

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