Skip to content

Commit 18ce244

Browse files
committed
Unify file endings again
1 parent 31d8536 commit 18ce244

17 files changed

Lines changed: 17 additions & 17 deletions

BinaryObjectScanner/Data/CheckDictionary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ public void Append(T key, string? value)
2323
#endif
2424
}
2525
}
26-
}
26+
}

BinaryObjectScanner/Data/ProtectionDictionary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ private void EnsureKey(string key)
271271

272272
#endregion
273273
}
274-
}
274+
}

BinaryObjectScanner/Data/StaticChecks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ private static T[] InitCheckClasses<T>(Assembly assembly)
179179

180180
#endregion
181181
}
182-
}
182+
}

BinaryObjectScanner/ExtensionAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ namespace System.Runtime.CompilerServices
66
internal sealed class ExtensionAttribute : Attribute {}
77
}
88

9-
#endif
9+
#endif

BinaryObjectScanner/Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ public static long FileSize(this string? filename)
2929
}
3030
}
3131
}
32-
}
32+
}

BinaryObjectScanner/FileType/DetectableBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public DetectableBase() { }
3131

3232
#endregion
3333
}
34-
}
34+
}

BinaryObjectScanner/FileType/DetectableBaseT.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ public DetectableBase(T wrapper)
2626

2727
#endregion
2828
}
29-
}
29+
}

BinaryObjectScanner/Packer/InstallAnywhere.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ private static string GetVersion(PortableExecutable exe)
3535
return "(Unknown Version)";
3636
}
3737
}
38-
}
38+
}

BinaryObjectScanner/Packer/MPRESS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ public class MPRESS : IExecutableCheck<PortableExecutable>
2121
return null;
2222
}
2323
}
24-
}
24+
}

BinaryObjectScanner/Packer/NSIS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ public class NSIS : IExecutableCheck<PortableExecutable>
2626
return null;
2727
}
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)