Remove unnecessary parens from `return (true);` and `return (false);` (dotnet/coreclr...
authorStephen Toub <stoub@microsoft.com>
Tue, 3 Sep 2019 21:01:52 +0000 (17:01 -0400)
committerJan Kotas <jkotas@microsoft.com>
Tue, 3 Sep 2019 21:01:52 +0000 (14:01 -0700)
commite8dd3c63ab75f196bf5707681e8b2d817bd09724
treef76fdd08654aa69a09e91550b68cb7bfcea38838
parent616609744aaec2cb8a4a753375beb7fe53a75450
Remove unnecessary parens from `return (true);` and `return (false);` (dotnet/coreclr#26488)

Just a search and replace.

Commit migrated from https://github.com/dotnet/coreclr/commit/eccb96a7b78e6c5c35addedd49b1798ef1e2e401
src/libraries/System.Private.CoreLib/src/System/Char.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormat.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormatInfo.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormatInfoScanner.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeParse.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/GregorianCalendarHelper.cs
src/libraries/System.Private.CoreLib/src/System/Text/UnicodeEncoding.cs