aboutsummaryrefslogtreecommitdiff
path: root/DvdLib
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:54:44 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:54:44 +0100
commite566d9a23163c297bdddddcbffb438c2b951d840 (patch)
treeaafb8ce014a4183b2f7ebe2704ca76e206a01927 /DvdLib
parent742bef5b5f916861920bf7522bc44960a8b4c686 (diff)
Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv
Diffstat (limited to 'DvdLib')
-rw-r--r--DvdLib/BigEndianBinaryReader.cs2
-rw-r--r--DvdLib/Ifo/AudioAttributes.cs2
-rw-r--r--DvdLib/Ifo/Cell.cs2
-rw-r--r--DvdLib/Ifo/CellPlaybackInfo.cs2
-rw-r--r--DvdLib/Ifo/CellPositionInfo.cs2
-rw-r--r--DvdLib/Ifo/Dvd.cs2
-rw-r--r--DvdLib/Ifo/PgcCommandTable.cs2
-rw-r--r--DvdLib/Ifo/Program.cs2
-rw-r--r--DvdLib/Ifo/ProgramChain.cs2
-rw-r--r--DvdLib/Ifo/Title.cs2
-rw-r--r--DvdLib/Ifo/UserOperation.cs2
-rw-r--r--DvdLib/Ifo/VideoAttributes.cs2
12 files changed, 12 insertions, 12 deletions
diff --git a/DvdLib/BigEndianBinaryReader.cs b/DvdLib/BigEndianBinaryReader.cs
index 7b581e3402..b3b2eabd5c 100644
--- a/DvdLib/BigEndianBinaryReader.cs
+++ b/DvdLib/BigEndianBinaryReader.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.IO;
namespace DvdLib
diff --git a/DvdLib/Ifo/AudioAttributes.cs b/DvdLib/Ifo/AudioAttributes.cs
index f0fa827b6e..b76f9fc05e 100644
--- a/DvdLib/Ifo/AudioAttributes.cs
+++ b/DvdLib/Ifo/AudioAttributes.cs
@@ -1,4 +1,4 @@
-namespace DvdLib.Ifo
+namespace DvdLib.Ifo
{
public enum AudioCodec
{
diff --git a/DvdLib/Ifo/Cell.cs b/DvdLib/Ifo/Cell.cs
index bfa38123ec..268ab897ee 100644
--- a/DvdLib/Ifo/Cell.cs
+++ b/DvdLib/Ifo/Cell.cs
@@ -1,4 +1,4 @@
-using System.IO;
+using System.IO;
namespace DvdLib.Ifo
{
diff --git a/DvdLib/Ifo/CellPlaybackInfo.cs b/DvdLib/Ifo/CellPlaybackInfo.cs
index 95209aebc8..e588e51ac0 100644
--- a/DvdLib/Ifo/CellPlaybackInfo.cs
+++ b/DvdLib/Ifo/CellPlaybackInfo.cs
@@ -1,4 +1,4 @@
-using System.IO;
+using System.IO;
namespace DvdLib.Ifo
{
diff --git a/DvdLib/Ifo/CellPositionInfo.cs b/DvdLib/Ifo/CellPositionInfo.cs
index f8eb81dfcf..2b973e0830 100644
--- a/DvdLib/Ifo/CellPositionInfo.cs
+++ b/DvdLib/Ifo/CellPositionInfo.cs
@@ -1,4 +1,4 @@
-using System.IO;
+using System.IO;
namespace DvdLib.Ifo
{
diff --git a/DvdLib/Ifo/Dvd.cs b/DvdLib/Ifo/Dvd.cs
index 4c6b6a1d79..a8f2ab9708 100644
--- a/DvdLib/Ifo/Dvd.cs
+++ b/DvdLib/Ifo/Dvd.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
diff --git a/DvdLib/Ifo/PgcCommandTable.cs b/DvdLib/Ifo/PgcCommandTable.cs
index 95d11b9bfe..d329fcba2a 100644
--- a/DvdLib/Ifo/PgcCommandTable.cs
+++ b/DvdLib/Ifo/PgcCommandTable.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace DvdLib.Ifo
{
diff --git a/DvdLib/Ifo/Program.cs b/DvdLib/Ifo/Program.cs
index 6c211035ff..af08afa356 100644
--- a/DvdLib/Ifo/Program.cs
+++ b/DvdLib/Ifo/Program.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace DvdLib.Ifo
{
diff --git a/DvdLib/Ifo/ProgramChain.cs b/DvdLib/Ifo/ProgramChain.cs
index f3f1b05ce7..0cdaad4ccb 100644
--- a/DvdLib/Ifo/ProgramChain.cs
+++ b/DvdLib/Ifo/ProgramChain.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.IO;
using System.Linq;
diff --git a/DvdLib/Ifo/Title.cs b/DvdLib/Ifo/Title.cs
index 895a6cfd79..85be9daf10 100644
--- a/DvdLib/Ifo/Title.cs
+++ b/DvdLib/Ifo/Title.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.IO;
namespace DvdLib.Ifo
diff --git a/DvdLib/Ifo/UserOperation.cs b/DvdLib/Ifo/UserOperation.cs
index f7de818d4c..757a5a05db 100644
--- a/DvdLib/Ifo/UserOperation.cs
+++ b/DvdLib/Ifo/UserOperation.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace DvdLib.Ifo
{
diff --git a/DvdLib/Ifo/VideoAttributes.cs b/DvdLib/Ifo/VideoAttributes.cs
index 68468f7489..8b3996715c 100644
--- a/DvdLib/Ifo/VideoAttributes.cs
+++ b/DvdLib/Ifo/VideoAttributes.cs
@@ -1,4 +1,4 @@
-namespace DvdLib.Ifo
+namespace DvdLib.Ifo
{
public enum VideoCodec
{