From b8dde578ba890d0a6d334ff2483f71dc913aac42 Mon Sep 17 00:00:00 2001 From: Orace Date: Thu, 21 Nov 2019 16:43:34 +0100 Subject: [PATCH] Fix trailing whitespace --- MoreLinq/EquiZip.g.cs | 18 ++++++------- MoreLinq/EquiZip.g.tt | 2 +- MoreLinq/Extensions.g.cs | 54 +++++++++++++++++++-------------------- MoreLinq/ZipLongest.g.cs | 18 ++++++------- MoreLinq/ZipLongest.g.tt | 2 +- MoreLinq/ZipShortest.g.cs | 18 ++++++------- MoreLinq/ZipShortest.g.tt | 2 +- 7 files changed, 57 insertions(+), 57 deletions(-) diff --git a/MoreLinq/EquiZip.g.cs b/MoreLinq/EquiZip.g.cs index 6ff25b053..15b74bc84 100644 --- a/MoreLinq/EquiZip.g.cs +++ b/MoreLinq/EquiZip.g.cs @@ -40,8 +40,8 @@ static partial class MoreEnumerable /// /// An IEnumerable that contains merged elements of two input sequences. /// - /// , - /// or + /// , + /// or /// is null. /// /// The input sequences are of different lengths. @@ -104,9 +104,9 @@ public static IEnumerable EquiZip( /// /// An IEnumerable that contains merged elements of three input sequences. /// - /// , - /// , - /// or + /// , + /// , + /// or /// is null. /// /// The input sequences are of different lengths. @@ -174,10 +174,10 @@ public static IEnumerable EquiZip( /// /// An IEnumerable that contains merged elements of four input sequences. /// - /// , - /// , - /// , - /// or + /// , + /// , + /// , + /// or /// is null. /// /// The input sequences are of different lengths. diff --git a/MoreLinq/EquiZip.g.tt b/MoreLinq/EquiZip.g.tt index 5bca0486f..beb0238fe 100644 --- a/MoreLinq/EquiZip.g.tt +++ b/MoreLinq/EquiZip.g.tt @@ -91,7 +91,7 @@ namespace MoreLinq /// An IEnumerable that contains merged elements of <#= o.cardinal #> input sequences. /// <# foreach (var arg in o.Arguments) { #> - /// <#= arg.IsLast ? " or " : ", " #> + /// <#= arg.IsLast ? " or" : "," #> <# } #> /// is null. /// diff --git a/MoreLinq/Extensions.g.cs b/MoreLinq/Extensions.g.cs index ee219954f..3f51fd7ca 100644 --- a/MoreLinq/Extensions.g.cs +++ b/MoreLinq/Extensions.g.cs @@ -1353,8 +1353,8 @@ public static partial class EquiZipExtension /// /// An IEnumerable that contains merged elements of two input sequences. /// - /// , - /// or + /// , + /// or /// is null. /// /// The input sequences are of different lengths. @@ -1387,9 +1387,9 @@ public static IEnumerable EquiZip( /// /// An IEnumerable that contains merged elements of three input sequences. /// - /// , - /// , - /// or + /// , + /// , + /// or /// is null. /// /// The input sequences are of different lengths. @@ -1425,10 +1425,10 @@ public static IEnumerable EquiZip( /// /// An IEnumerable that contains merged elements of four input sequences. /// - /// , - /// , - /// , - /// or + /// , + /// , + /// , + /// or /// is null. /// /// The input sequences are of different lengths. @@ -6721,8 +6721,8 @@ public static partial class ZipLongestExtension /// /// An IEnumerable that contains merged elements of two input sequences. /// - /// , - /// or + /// , + /// or /// is null. /// /// @@ -6757,9 +6757,9 @@ public static IEnumerable ZipLongest( /// /// An IEnumerable that contains merged elements of three input sequences. /// - /// , - /// , - /// or + /// , + /// , + /// or /// is null. /// /// @@ -6797,10 +6797,10 @@ public static IEnumerable ZipLongest( /// /// An IEnumerable that contains merged elements of four input sequences. /// - /// , - /// , - /// , - /// or + /// , + /// , + /// , + /// or /// is null. /// /// @@ -6842,8 +6842,8 @@ public static partial class ZipShortestExtension /// /// An IEnumerable that contains merged elements of two input sequences. /// - /// , - /// or + /// , + /// or /// is null. /// /// @@ -6879,9 +6879,9 @@ public static IEnumerable ZipShortest( /// /// An IEnumerable that contains merged elements of three input sequences. /// - /// , - /// , - /// or + /// , + /// , + /// or /// is null. /// /// @@ -6920,10 +6920,10 @@ public static IEnumerable ZipShortest /// /// An IEnumerable that contains merged elements of four input sequences. /// - /// , - /// , - /// , - /// or + /// , + /// , + /// , + /// or /// is null. /// /// diff --git a/MoreLinq/ZipLongest.g.cs b/MoreLinq/ZipLongest.g.cs index d9f991a27..0ad199529 100644 --- a/MoreLinq/ZipLongest.g.cs +++ b/MoreLinq/ZipLongest.g.cs @@ -39,8 +39,8 @@ static partial class MoreEnumerable /// /// An IEnumerable that contains merged elements of two input sequences. /// - /// , - /// or + /// , + /// or /// is null. /// /// @@ -104,9 +104,9 @@ public static IEnumerable ZipLongest( /// /// An IEnumerable that contains merged elements of three input sequences. /// - /// , - /// , - /// or + /// , + /// , + /// or /// is null. /// /// @@ -178,10 +178,10 @@ public static IEnumerable ZipLongest( /// /// An IEnumerable that contains merged elements of four input sequences. /// - /// , - /// , - /// , - /// or + /// , + /// , + /// , + /// or /// is null. /// /// diff --git a/MoreLinq/ZipLongest.g.tt b/MoreLinq/ZipLongest.g.tt index a4f216a77..659d84df7 100644 --- a/MoreLinq/ZipLongest.g.tt +++ b/MoreLinq/ZipLongest.g.tt @@ -90,7 +90,7 @@ namespace MoreLinq /// An IEnumerable that contains merged elements of <#= o.cardinal #> input sequences. /// <# foreach (var arg in o.Arguments) { #> - /// <#= arg.IsLast ? " or " : ", " #> + /// <#= arg.IsLast ? " or" : "," #> <# } #> /// is null. /// diff --git a/MoreLinq/ZipShortest.g.cs b/MoreLinq/ZipShortest.g.cs index 9ebd09954..302511530 100644 --- a/MoreLinq/ZipShortest.g.cs +++ b/MoreLinq/ZipShortest.g.cs @@ -39,8 +39,8 @@ static partial class MoreEnumerable /// /// An IEnumerable that contains merged elements of two input sequences. /// - /// , - /// or + /// , + /// or /// is null. /// /// @@ -91,9 +91,9 @@ public static IEnumerable ZipShortest( /// /// An IEnumerable that contains merged elements of three input sequences. /// - /// , - /// , - /// or + /// , + /// , + /// or /// is null. /// /// @@ -149,10 +149,10 @@ public static IEnumerable ZipShortest /// /// An IEnumerable that contains merged elements of four input sequences. /// - /// , - /// , - /// , - /// or + /// , + /// , + /// , + /// or /// is null. /// /// diff --git a/MoreLinq/ZipShortest.g.tt b/MoreLinq/ZipShortest.g.tt index 16f9c2f6b..538b0105b 100644 --- a/MoreLinq/ZipShortest.g.tt +++ b/MoreLinq/ZipShortest.g.tt @@ -90,7 +90,7 @@ namespace MoreLinq /// An IEnumerable that contains merged elements of <#= o.cardinal #> input sequences. /// <# foreach (var arg in o.Arguments) { #> - /// <#= arg.IsLast ? " or " : ", " #> + /// <#= arg.IsLast ? " or" : "," #> <# } #> /// is null. ///