mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Add copyright headers. Formatting cleanup. Fix a compiler warning.
This commit is contained in:
@@ -83,7 +83,7 @@ namespace OpenSim.Data.Tests
|
||||
}
|
||||
|
||||
//prevent loops...
|
||||
if(propertyNames.Count > 50)
|
||||
if (propertyNames.Count > 50)
|
||||
{
|
||||
failingPropertyName = string.Join(".", propertyNames.Reverse().ToArray());
|
||||
failingActual = actual;
|
||||
|
||||
Reference in New Issue
Block a user