Fix StyleCop warning SA1008 (opening paren spacing)
commit8c01fd5189f2675e05720656bd1b391854c958c1
authorStephen Toub <stoub@microsoft.com>
Tue, 20 Aug 2019 01:27:54 +0000 (19 21:27 -0400)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 22 Aug 2019 18:21:18 +0000 (22 20:21 +0200)
tree12710915f8a3ed6e82e0d8e03ff9770af45d6607
parentf83a8da0cef4512a09e1cb8c6a680bbbda6fa108
Fix StyleCop warning SA1008 (opening paren spacing)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
17 files changed:
netcore/System.Private.CoreLib/shared/System/DateTime.Windows.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/StackFrame.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CompareInfo.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CultureData.cs
netcore/System.Private.CoreLib/shared/System/Globalization/DateTimeFormatInfo.cs
netcore/System.Private.CoreLib/shared/System/Globalization/KoreanCalendar.cs
netcore/System.Private.CoreLib/shared/System/Globalization/TaiwanCalendar.cs
netcore/System.Private.CoreLib/shared/System/Globalization/TaiwanLunisolarCalendar.cs
netcore/System.Private.CoreLib/shared/System/Globalization/ThaiBuddhistCalendar.cs
netcore/System.Private.CoreLib/shared/System/Index.cs
netcore/System.Private.CoreLib/shared/System/IntPtr.cs
netcore/System.Private.CoreLib/shared/System/Text/ASCIIEncoding.cs
netcore/System.Private.CoreLib/shared/System/Text/EncodingNLS.cs
netcore/System.Private.CoreLib/shared/System/Text/UTF32Encoding.cs
netcore/System.Private.CoreLib/shared/System/Text/UTF7Encoding.cs
netcore/System.Private.CoreLib/shared/System/Text/UnicodeEncoding.cs
netcore/System.Private.CoreLib/shared/System/UIntPtr.cs