Code style fixes.

This commit is contained in:
2020-07-22 13:20:25 +01:00
parent bc471c3ff8
commit b23d976f93
5 changed files with 9 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ namespace Aaru.Helpers
{
/// <summary>Defines properties to help marshalling structs from binary data</summary>
[AttributeUsage(AttributeTargets.Struct)]
public class MarshallingPropertiesAttribute : Attribute
public sealed class MarshallingPropertiesAttribute : Attribute
{
/// <summary>Defines properties to help marshalling structs from binary data</summary>
/// <param name="endian">Defines properties to help marshalling structs from binary data</param>