Normalize cr/lf/tab

This commit is contained in:
Stephan
2017-07-20 11:21:28 +02:00
parent fa6c147a65
commit c76403077f
2466 changed files with 26012 additions and 26010 deletions
+3 -3
View File
@@ -66,7 +66,7 @@ namespace Umbraco.Core
}
/// <summary>
/// Gets a hashcode for a collection for that the order of items
/// Gets a hashcode for a collection for that the order of items
/// does not matter.
/// So {1, 2, 3} and {3, 2, 1} will get same hash code.
/// </summary>
@@ -88,7 +88,7 @@ namespace Umbraco.Core
}
/// <summary>
/// Alternative way to get a hashcode is to use a fluent
/// Alternative way to get a hashcode is to use a fluent
/// interface like this:<br />
/// return 0.CombineHashCode(field1).CombineHashCode(field2).
/// CombineHashCode(field3);
@@ -101,4 +101,4 @@ namespace Umbraco.Core
}
}
}
}
}