Fix StyleCop warning SA1001 (commas followed by whitespace)
authorStephen Toub <stoub@microsoft.com>
Tue, 20 Aug 2019 01:17:07 +0000 (21:17 -0400)
committerStephen Toub <stoub@microsoft.com>
Thu, 22 Aug 2019 01:25:51 +0000 (21:25 -0400)
commitf3ea2cfe007d4deb42affbaeeef0124f2090f0c6
treec9b6c18a93234ff4aba1c72d947ca1262dd8cf80
parent0cb3ccc78c926fdefc354443cc26c23b53205324
Fix StyleCop warning SA1001 (commas followed by whitespace)

Commit migrated from https://github.com/dotnet/coreclr/commit/e511bdacffaf58f652de82195b88a2cbeb89e4a7
src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeModule.cs
src/libraries/System.Private.CoreLib/src/System/Convert.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeParse.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/HebrewCalendar.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/HebrewNumber.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/TaiwanLunisolarCalendar.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/UmAlQuraCalendar.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/TaskAwaiter.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/YieldAwaitable.cs
src/libraries/System.Private.CoreLib/src/System/String.Comparison.cs