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:
@@ -54,8 +54,8 @@ namespace Aaru.DiscImages
|
||||
enum VdiImageFlags : uint
|
||||
{
|
||||
/// <summary>
|
||||
/// Fill new blocks with zeroes while expanding image file. Only valid for newly created images, never set
|
||||
/// for opened existing images.
|
||||
/// Fill new blocks with zeroes while expanding image file. Only valid for newly created images, never set for
|
||||
/// opened existing images.
|
||||
/// </summary>
|
||||
ZeroExpand = 0x100
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user