Fix StyleCop warning SA1006 (empty statements)
commitd3817c93025c24c62b3b8c7424b2ce4106ef05ba
authorStephen Toub <stoub@microsoft.com>
Tue, 20 Aug 2019 16:22:38 +0000 (20 12:22 -0400)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 22 Aug 2019 18:21:18 +0000 (22 20:21 +0200)
tree49c7e4f90f64e690331bde32cf50dcb31e45745a
parent35d8ca894b5a0b3aa8073e71a2c3b63969cd6011
Fix StyleCop warning SA1006 (empty statements)

This is just running the rule and auto-fixing everything.  I undid changes that converted e.g. `while (...);` to `while (...) { }`.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
20 files changed:
netcore/System.Private.CoreLib/shared/System/DateTime.Windows.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventProvider.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventTypes.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/Winmeta.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CalendarWeekRule.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CalendricalCalculationsHelper.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CharUnicodeInfo.cs
netcore/System.Private.CoreLib/shared/System/Globalization/DateTimeFormat.cs
netcore/System.Private.CoreLib/shared/System/Globalization/DateTimeFormatInfo.cs
netcore/System.Private.CoreLib/shared/System/Globalization/DateTimeParse.cs
netcore/System.Private.CoreLib/shared/System/Globalization/GregorianCalendarHelper.cs
netcore/System.Private.CoreLib/shared/System/Globalization/HebrewNumber.cs
netcore/System.Private.CoreLib/shared/System/Globalization/TimeSpanParse.cs
netcore/System.Private.CoreLib/shared/System/Runtime/GCSettings.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/ITypeInfo.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/Marshal.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/SafeHandle.cs
netcore/System.Private.CoreLib/shared/System/TimeZoneInfo.cs
netcore/System.Private.CoreLib/shared/System/Tuple.cs