wasSharp

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 26  →  ?path2? @ 27
/Collections/Generic/RangeCollection.cs
@@ -38,7 +38,7 @@
 
public IEnumerator GetEnumerator()
{
return ((IEnumerable) map).GetEnumerator();
return ((IEnumerable)map).GetEnumerator();
}
 
/// <summary>
@@ -55,4 +55,4 @@
}
}
}
}
}