General code cleanup and style refactor.

This commit is contained in:
2022-11-15 15:58:41 +00:00
parent b5f8686256
commit 40487268b4
6 changed files with 41 additions and 40 deletions

View File

@@ -34,9 +34,7 @@ namespace Aaru.Checksums;
using System.Runtime.InteropServices;
/// <summary>
/// Handles native implementations of compression algorithms
/// </summary>
/// <summary>Handles native implementations of compression algorithms</summary>
public static class Native
{
static bool _checked;