mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenSim.Data.Tests
|
||||
public class PropertyScrambler<T>
|
||||
{
|
||||
readonly System.Collections.Generic.List<string> membersToNotScramble = new List<string>();
|
||||
|
||||
|
||||
private void AddExpressionToNotScrableList(Expression expression)
|
||||
{
|
||||
UnaryExpression unaryExpression = expression as UnaryExpression;
|
||||
|
||||
Reference in New Issue
Block a user