diff --git a/src/Core/StringExtensions.cs b/src/Core/StringExtensions.cs index 368f27066..6b312c62d 100644 --- a/src/Core/StringExtensions.cs +++ b/src/Core/StringExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Text; namespace Nikse.SubtitleEdit.Core diff --git a/src/Forms/ImportSceneChanges.Designer.cs b/src/Forms/ImportSceneChanges.Designer.cs index fea6cf347..47383b706 100644 --- a/src/Forms/ImportSceneChanges.Designer.cs +++ b/src/Forms/ImportSceneChanges.Designer.cs @@ -1,4 +1,4 @@ -namespace Nikse.SubtitleEdit.Forms +namespace Nikse.SubtitleEdit.Forms { partial class ImportSceneChanges { @@ -218,4 +218,4 @@ namespace Nikse.SubtitleEdit.Forms private System.Windows.Forms.Button buttonOpenText; private System.Windows.Forms.OpenFileDialog openFileDialog1; } -} \ No newline at end of file +} diff --git a/src/Forms/ImportSceneChanges.cs b/src/Forms/ImportSceneChanges.cs index 285f99a40..0f4aedade 100644 --- a/src/Forms/ImportSceneChanges.cs +++ b/src/Forms/ImportSceneChanges.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Drawing; using System.IO; @@ -136,4 +136,4 @@ namespace Nikse.SubtitleEdit.Forms } } -} \ No newline at end of file +} diff --git a/src/Logic/BmpReader.cs b/src/Logic/BmpReader.cs index d79f87d07..c4cae5c66 100644 --- a/src/Logic/BmpReader.cs +++ b/src/Logic/BmpReader.cs @@ -1,4 +1,4 @@ -using System; +using System; namespace Nikse.SubtitleEdit.Logic { diff --git a/src/Logic/ColorChooser/ColorChangedEventArgs.cs b/src/Logic/ColorChooser/ColorChangedEventArgs.cs index 5c5d0e118..78dc4e179 100644 --- a/src/Logic/ColorChooser/ColorChangedEventArgs.cs +++ b/src/Logic/ColorChooser/ColorChangedEventArgs.cs @@ -1,4 +1,4 @@ -#region #Disclaimer +#region #Disclaimer // Author: Adalberto L. Simeone (Taranto, Italy) // E-Mail: avengerdragon@gmail.com @@ -35,4 +35,4 @@ namespace Nikse.SubtitleEdit.Logic.ColorChooser public ColorHandler.HSV HSV { get; private set; } } -} \ No newline at end of file +} diff --git a/src/Logic/ColorChooser/ColorHandler.cs b/src/Logic/ColorChooser/ColorHandler.cs index 7a3be9e96..29f44a5ca 100644 --- a/src/Logic/ColorChooser/ColorHandler.cs +++ b/src/Logic/ColorChooser/ColorHandler.cs @@ -1,4 +1,4 @@ -#region #Disclaimer +#region #Disclaimer // Author: Adalberto L. Simeone (Taranto, Italy) // E-Mail: avengerdragon@gmail.com @@ -254,4 +254,4 @@ namespace Nikse.SubtitleEdit.Logic.ColorChooser #endregion Nested type: HSV } -} \ No newline at end of file +} diff --git a/src/Logic/ColorChooser/ColorWheel.cs b/src/Logic/ColorChooser/ColorWheel.cs index 96f482370..13e63ff88 100644 --- a/src/Logic/ColorChooser/ColorWheel.cs +++ b/src/Logic/ColorChooser/ColorWheel.cs @@ -1,4 +1,4 @@ -#region #Disclaimer +#region #Disclaimer // Author: Adalberto L. Simeone (Taranto, Italy) // E-Mail: avengerdragon@gmail.com @@ -600,4 +600,4 @@ namespace Nikse.SubtitleEdit.Logic.ColorChooser } } -} \ No newline at end of file +} diff --git a/src/Logic/LanguageDeserializer.cs b/src/Logic/LanguageDeserializer.cs index 2278e2ce1..5bae47c4e 100644 --- a/src/Logic/LanguageDeserializer.cs +++ b/src/Logic/LanguageDeserializer.cs @@ -1,4 +1,4 @@ -using System.IO; +using System.IO; using System.Xml; using Nikse.SubtitleEdit.Logic; diff --git a/src/Logic/SubtitleFormats/Pac.cs b/src/Logic/SubtitleFormats/Pac.cs index b86b28de2..56184de54 100644 --- a/src/Logic/SubtitleFormats/Pac.cs +++ b/src/Logic/SubtitleFormats/Pac.cs @@ -626,7 +626,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats "(", //0x28 ")", //0x29 "+", //0x2b - "б", //",", //0x2c + "б", //",", //0x2c "_", //0x2d "ю", //0x2e "Ж", //0x3a @@ -1662,4 +1662,4 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats } } -} \ No newline at end of file +} diff --git a/src/Logic/VideoFormats/Matroska/MatroskaFile.cs b/src/Logic/VideoFormats/Matroska/MatroskaFile.cs index 417808405..e9e20ae17 100644 --- a/src/Logic/VideoFormats/Matroska/MatroskaFile.cs +++ b/src/Logic/VideoFormats/Matroska/MatroskaFile.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/Logic/VideoFormats/Matroska/MatroskaSubtitle.cs b/src/Logic/VideoFormats/Matroska/MatroskaSubtitle.cs index f51468f80..801ed714f 100644 --- a/src/Logic/VideoFormats/Matroska/MatroskaSubtitle.cs +++ b/src/Logic/VideoFormats/Matroska/MatroskaSubtitle.cs @@ -1,4 +1,4 @@ -using System; +using System; namespace Nikse.SubtitleEdit.Logic.VideoFormats.Matroska { diff --git a/src/Logic/VideoFormats/Matroska/MatroskaTrackInfo.cs b/src/Logic/VideoFormats/Matroska/MatroskaTrackInfo.cs index 4ae79d532..2c2634227 100644 --- a/src/Logic/VideoFormats/Matroska/MatroskaTrackInfo.cs +++ b/src/Logic/VideoFormats/Matroska/MatroskaTrackInfo.cs @@ -1,4 +1,4 @@ -namespace Nikse.SubtitleEdit.Logic.VideoFormats.Matroska +namespace Nikse.SubtitleEdit.Logic.VideoFormats.Matroska { internal class MatroskaTrackInfo { diff --git a/src/Logic/VobSub/IdxParagraph.cs b/src/Logic/VobSub/IdxParagraph.cs index 2619b3301..3ce00c580 100644 --- a/src/Logic/VobSub/IdxParagraph.cs +++ b/src/Logic/VobSub/IdxParagraph.cs @@ -1,4 +1,4 @@ -using System; +using System; namespace Nikse.SubtitleEdit.Logic.VobSub { @@ -14,4 +14,4 @@ namespace Nikse.SubtitleEdit.Logic.VobSub FilePosition = filePosition; } } -} \ No newline at end of file +}