Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Orace authored and Pierre LANDO committed May 11, 2022
1 parent 47f253f commit b8dde57
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 57 deletions.
18 changes: 9 additions & 9 deletions MoreLinq/EquiZip.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ static partial class MoreEnumerable
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of two input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <exception cref="InvalidOperationException">
/// The input sequences are of different lengths.</exception>
Expand Down Expand Up @@ -104,9 +104,9 @@ static partial class MoreEnumerable
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of three input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <exception cref="InvalidOperationException">
/// The input sequences are of different lengths.</exception>
Expand Down Expand Up @@ -174,10 +174,10 @@ static partial class MoreEnumerable
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of four input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/>,
/// <paramref name="fourth"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/>,
/// <paramref name="fourth"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <exception cref="InvalidOperationException">
/// The input sequences are of different lengths.</exception>
Expand Down
2 changes: 1 addition & 1 deletion MoreLinq/EquiZip.g.tt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace MoreLinq
/// An <code>IEnumerable</code> that contains merged elements of <#= o.cardinal #> input sequences.</returns>
/// <exception cref="ArgumentNullException">
<# foreach (var arg in o.Arguments) { #>
/// <paramref name="<#= arg.Name #>"/><#= arg.IsLast ? " or " : ", " #>
/// <paramref name="<#= arg.Name #>"/><#= arg.IsLast ? " or" : "," #>
<# } #>
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <exception cref="InvalidOperationException">
Expand Down
54 changes: 27 additions & 27 deletions MoreLinq/Extensions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1353,8 +1353,8 @@ public static partial class EquiZipExtension
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of two input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <exception cref="InvalidOperationException">
/// The input sequences are of different lengths.</exception>
Expand Down Expand Up @@ -1387,9 +1387,9 @@ public static partial class EquiZipExtension
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of three input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <exception cref="InvalidOperationException">
/// The input sequences are of different lengths.</exception>
Expand Down Expand Up @@ -1425,10 +1425,10 @@ public static partial class EquiZipExtension
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of four input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/>,
/// <paramref name="fourth"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/>,
/// <paramref name="fourth"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <exception cref="InvalidOperationException">
/// The input sequences are of different lengths.</exception>
Expand Down Expand Up @@ -6721,8 +6721,8 @@ public static partial class ZipLongestExtension
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of two input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
/// <para>
Expand Down Expand Up @@ -6757,9 +6757,9 @@ public static partial class ZipLongestExtension
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of three input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
/// <para>
Expand Down Expand Up @@ -6797,10 +6797,10 @@ public static partial class ZipLongestExtension
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of four input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/>,
/// <paramref name="fourth"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/>,
/// <paramref name="fourth"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
/// <para>
Expand Down Expand Up @@ -6842,8 +6842,8 @@ public static partial class ZipShortestExtension
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of two input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
/// <para>
Expand Down Expand Up @@ -6879,9 +6879,9 @@ public static partial class ZipShortestExtension
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of three input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
/// <para>
Expand Down Expand Up @@ -6920,10 +6920,10 @@ public static partial class ZipShortestExtension
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of four input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/>,
/// <paramref name="fourth"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/>,
/// <paramref name="fourth"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
/// <para>
Expand Down
18 changes: 9 additions & 9 deletions MoreLinq/ZipLongest.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ static partial class MoreEnumerable
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of two input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
/// <para>
Expand Down Expand Up @@ -104,9 +104,9 @@ static partial class MoreEnumerable
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of three input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
/// <para>
Expand Down Expand Up @@ -178,10 +178,10 @@ static partial class MoreEnumerable
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of four input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/>,
/// <paramref name="fourth"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/>,
/// <paramref name="fourth"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
/// <para>
Expand Down
2 changes: 1 addition & 1 deletion MoreLinq/ZipLongest.g.tt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ namespace MoreLinq
/// An <code>IEnumerable</code> that contains merged elements of <#= o.cardinal #> input sequences.</returns>
/// <exception cref="ArgumentNullException">
<# foreach (var arg in o.Arguments) { #>
/// <paramref name="<#= arg.Name #>"/><#= arg.IsLast ? " or " : ", " #>
/// <paramref name="<#= arg.Name #>"/><#= arg.IsLast ? " or" : "," #>
<# } #>
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
Expand Down
18 changes: 9 additions & 9 deletions MoreLinq/ZipShortest.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ static partial class MoreEnumerable
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of two input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
/// <para>
Expand Down Expand Up @@ -91,9 +91,9 @@ static partial class MoreEnumerable
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of three input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
/// <para>
Expand Down Expand Up @@ -149,10 +149,10 @@ static partial class MoreEnumerable
/// <returns>
/// An <code>IEnumerable</code> that contains merged elements of four input sequences.</returns>
/// <exception cref="ArgumentNullException">
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/>,
/// <paramref name="fourth"/> or
/// <paramref name="first"/>,
/// <paramref name="second"/>,
/// <paramref name="third"/>,
/// <paramref name="fourth"/> or
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
/// <para>
Expand Down
2 changes: 1 addition & 1 deletion MoreLinq/ZipShortest.g.tt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ namespace MoreLinq
/// An <code>IEnumerable</code> that contains merged elements of <#= o.cardinal #> input sequences.</returns>
/// <exception cref="ArgumentNullException">
<# foreach (var arg in o.Arguments) { #>
/// <paramref name="<#= arg.Name #>"/><#= arg.IsLast ? " or " : ", " #>
/// <paramref name="<#= arg.Name #>"/><#= arg.IsLast ? " or" : "," #>
<# } #>
/// <paramref name="resultSelector"/> is <code>null</code>.</exception>
/// <remarks>
Expand Down

0 comments on commit b8dde57

Please sign in to comment.