diff options
author | Jeff Ames | 2009-08-17 10:29:06 +0900 |
---|---|---|
committer | Jeff Ames | 2009-08-17 10:29:06 +0900 |
commit | 82c888fc6c103ec345bf656cd469f4260b678bcb (patch) | |
tree | e36ea04103469ba31501e7a7fe3b10e5e856dbe5 /OpenSim/Data/Tests/BasicGridTest.cs | |
parent | Add UUIDs in bin/ScriptEngines to .gitignore. (diff) | |
download | opensim-SC_OLD-82c888fc6c103ec345bf656cd469f4260b678bcb.zip opensim-SC_OLD-82c888fc6c103ec345bf656cd469f4260b678bcb.tar.gz opensim-SC_OLD-82c888fc6c103ec345bf656cd469f4260b678bcb.tar.bz2 opensim-SC_OLD-82c888fc6c103ec345bf656cd469f4260b678bcb.tar.xz |
Add copyright headers. Formatting cleanup. Fix a compiler warning.
Diffstat (limited to 'OpenSim/Data/Tests/BasicGridTest.cs')
-rw-r--r-- | OpenSim/Data/Tests/BasicGridTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicGridTest.cs b/OpenSim/Data/Tests/BasicGridTest.cs index a25b736..de8fb48 100644 --- a/OpenSim/Data/Tests/BasicGridTest.cs +++ b/OpenSim/Data/Tests/BasicGridTest.cs | |||
@@ -46,7 +46,7 @@ namespace OpenSim.Data.Tests | |||
46 | { | 46 | { |
47 | // Clean up all the regions. | 47 | // Clean up all the regions. |
48 | List<RegionProfileData> regions = db.GetRegionsByName("", 100); | 48 | List<RegionProfileData> regions = db.GetRegionsByName("", 100); |
49 | if(regions != null) | 49 | if (regions != null) |
50 | { | 50 | { |
51 | foreach (RegionProfileData region in regions) | 51 | foreach (RegionProfileData region in regions) |
52 | { | 52 | { |