Code style fixes.

This commit is contained in:
2020-07-22 13:20:24 +01:00
parent 843291076c
commit b2612422ab
14 changed files with 18 additions and 18 deletions

View File

@@ -32,7 +32,7 @@
namespace Aaru.Checksums
{
public class CRC16CCITTContext : Crc16Context
public sealed class CRC16CCITTContext : Crc16Context
{
public const ushort CRC16_CCITT_POLY = 0x8408;
public const ushort CRC16_CCITT_SEED = 0x0000;