General code cleanup and style refactor.

This commit is contained in:
2022-11-15 15:58:41 +00:00
parent aa5278fa0d
commit bc415e205f
120 changed files with 2455 additions and 2554 deletions

View File

@@ -30,10 +30,10 @@
// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Decoders.PCMCIA;
using System.Diagnostics.CodeAnalysis;
namespace Aaru.Decoders.PCMCIA;
[SuppressMessage("ReSharper", "MemberCanBeInternal")]
public static class VendorCode
{