mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code restyling.
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user