Code restyling.

This commit is contained in:
2020-02-29 18:03:33 +00:00
parent ad4bfdc0b5
commit 0bc3b5c1fe
7 changed files with 37 additions and 36 deletions

View File

@@ -42,7 +42,8 @@ namespace Aaru.Helpers
public enum BitEndian
{
/// <summary>Little-endian, or least significant bit</summary>
Little, /// <summary>Big-endian, or most significant bit</summary>
Little,
/// <summary>Big-endian, or most significant bit</summary>
Big,
/// <summary>PDP-11 endian, little endian except for 32-bit integers where the 16 halves are swapped between them</summary>
Pdp