Code restyling.

This commit is contained in:
2020-02-29 18:03:35 +00:00
parent 4ea327f0c6
commit f7e173710e
855 changed files with 43605 additions and 38045 deletions

View File

@@ -34,6 +34,9 @@ namespace Aaru.DiscImages
{
public partial class Virtual98
{
readonly byte[] signature = {0x56, 0x48, 0x44, 0x31, 0x2E, 0x30, 0x30, 0x00};
readonly byte[] signature =
{
0x56, 0x48, 0x44, 0x31, 0x2E, 0x30, 0x30, 0x00
};
}
}