Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Orace committed Nov 21, 2019
1 parent 5921b60 commit 5382c7f
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 @@ public static IEnumerable<TResult> EquiZip<TFirst, TSecond, TResult>(
/// <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 @@ public static IEnumerable<TResult> EquiZip<TFirst, TSecond, TThird, TResult>(
/// <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 @@ -1342,8 +1342,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 @@ -1376,9 +1376,9 @@ public static IEnumerable<TResult> EquiZip<TFirst, TSecond, TResult>(
/// <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 @@ -1414,10 +1414,10 @@ public static IEnumerable<TResult> EquiZip<TFirst, TSecond, TThird, TResult>(
/// <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 @@ -6789,8 +6789,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 @@ -6825,9 +6825,9 @@ public static IEnumerable<TResult> ZipLongest<TFirst, TSecond, TResult>(
/// <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 @@ -6865,10 +6865,10 @@ public static IEnumerable<TResult> ZipLongest<TFirst, TSecond, TThird, TResult>(
/// <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 @@ -6910,8 +6910,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 @@ -6947,9 +6947,9 @@ public static IEnumerable<TResult> ZipShortest<TFirst, TSecond, TResult>(
/// <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 @@ -6988,10 +6988,10 @@ public static IEnumerable<TResult> ZipShortest<TFirst, TSecond, TThird, TResult>
/// <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 @@ public static IEnumerable<TResult> ZipLongest<TFirst, TSecond, TResult>(
/// <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 @@ public static IEnumerable<TResult> ZipLongest<TFirst, TSecond, TThird, TResult>(
/// <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 @@ public static IEnumerable<TResult> ZipShortest<TFirst, TSecond, TResult>(
/// <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 @@ public static IEnumerable<TResult> ZipShortest<TFirst, TSecond, TThird, TResult>
/// <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 5382c7f

Please sign in to comment.