mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-21 22:35:06 +00:00
Auto formatting cleanup
This commit is contained in:
@@ -2,8 +2,8 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using SabreTools.Data.Models.ISO9660;
|
||||
using SabreTools.Data.Extensions;
|
||||
using SabreTools.Data.Models.ISO9660;
|
||||
using SabreTools.IO.Extensions;
|
||||
|
||||
namespace SabreTools.Serialization.Wrappers
|
||||
@@ -146,7 +146,7 @@ namespace SabreTools.Serialization.Wrappers
|
||||
var directoryName = Path.GetDirectoryName(filename);
|
||||
if (directoryName != null && !Directory.Exists(directoryName))
|
||||
Directory.CreateDirectory(directoryName);
|
||||
|
||||
|
||||
// Check that the output file doesn't already exist
|
||||
if (File.Exists(filename) || Directory.Exists(filename))
|
||||
{
|
||||
|
||||
@@ -459,7 +459,7 @@ namespace SabreTools.Serialization.Wrappers
|
||||
builder.AppendLine(" File Extent");
|
||||
if (ear == null)
|
||||
return;
|
||||
|
||||
|
||||
builder.AppendLineBothEndian(ear.OwnerIdentification, " Owner Identification");
|
||||
builder.AppendLineBothEndian(ear.OwnerIdentification, " Group Identification");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user