Skip to content

Commit be7fae0

Browse files
authored
Change line endings to LF (#115413)
1 parent 1f36252 commit be7fae0

File tree

3 files changed

+847
-847
lines changed

3 files changed

+847
-847
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
2-
// The .NET Foundation licenses this file to you under the MIT license.
3-
using System;
4-
namespace System.Reflection.Metadata.ApplyUpdate.Test
5-
{
6-
public static class IncreaseMetadataRowSize
7-
{
8-
public static void Main(string[] args) { }
9-
public static int VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_1()
10-
{
11-
return 0;
12-
}
13-
public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_2(int x2) {}
14-
public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_3(int x3) {}
15-
public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_4(int x4) {}
16-
public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_5(int x5) {}
17-
}
18-
19-
}
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
using System;
4+
namespace System.Reflection.Metadata.ApplyUpdate.Test
5+
{
6+
public static class IncreaseMetadataRowSize
7+
{
8+
public static void Main(string[] args) { }
9+
public static int VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_1()
10+
{
11+
return 0;
12+
}
13+
public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_2(int x2) {}
14+
public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_3(int x3) {}
15+
public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_4(int x4) {}
16+
public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_5(int x5) {}
17+
}
18+
19+
}

0 commit comments

Comments
 (0)