Fix encodings (#31907)
authorNext Turn <45985406+NextTurn@users.noreply.github.com>
Fri, 7 Feb 2020 16:03:36 +0000 (00:03 +0800)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2020 16:03:36 +0000 (08:03 -0800)
14 files changed:
src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.cs
src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.cs
src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.cs
src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.cs
src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.cs
src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.cs
src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.cs
src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.cs
src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.cs
src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.cs
src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.cs
src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/NativeMethodDef.cs
src/coreclr/tests/src/baseservices/threading/monitor/isentered/monitorisentered.cs
src/coreclr/tests/src/baseservices/threading/threadpool/unregister/regression_749068.cs

index cd57f1c..ceb3777 100644 (file)
@@ -1,8 +1,8 @@
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-using System;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
index fc69b41..5456b11 100644 (file)
@@ -2,7 +2,7 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-using System;
+using System;
 using System.Collections.Generic;
 using System.Runtime;
 using System.Reflection;
index e25baad..0dcf7fe 100644 (file)
@@ -2,7 +2,7 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-using System;
+using System;
 using System.Collections.Generic;
 using System.Runtime;
 using System.Reflection;
index 0ba7c29..5553ab8 100644 (file)
@@ -1,8 +1,8 @@
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-using System;
+using System;
 using System.Runtime;
 
 
index 23b3c84..8037fe3 100644 (file)
@@ -1,8 +1,8 @@
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-using System;
+using System;
 using System.Collections.Generic;
 using System.Runtime;
 using System.Reflection;
index 8a91fb2..562a6cb 100644 (file)
@@ -1,8 +1,8 @@
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-using System;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
index 522c2ec..51e4c6d 100644 (file)
@@ -2,7 +2,7 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-using System;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
index 4108765..80e87fa 100644 (file)
@@ -2,7 +2,7 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-using System;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
index 6f0ea57..8420aff 100644 (file)
@@ -2,7 +2,6 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-
 using System;
 using System.Collections.Generic;
 using System.Linq;
index 20c3bf6..0ca3eb3 100644 (file)
@@ -1,8 +1,8 @@
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-using System;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
index a21c371..0776632 100644 (file)
@@ -1,8 +1,8 @@
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-using System;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
index 4d29f70..16f65f5 100644 (file)
@@ -1,8 +1,8 @@
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-using System;
+using System;
 using System.Runtime.InteropServices;
 using System.Reflection;
 using System.Text;
index 153359e..ba8b707 100644 (file)
@@ -1,8 +1,8 @@
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-#define DEBUG //make sure the Contract calls actually do something
+#define DEBUG //make sure the Contract calls actually do something
 
 using System;
 using System.Threading;
index 4f9deaa..1481022 100644 (file)
@@ -1,8 +1,8 @@
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-using System;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;