mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Formatting (whitespace only)
This commit is contained in:
parent
cb9290a9c4
commit
3f50d9f18f
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace Nikse.SubtitleEdit.Core
|
||||
|
4
src/Forms/ImportSceneChanges.Designer.cs
generated
4
src/Forms/ImportSceneChanges.Designer.cs
generated
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
|
||||
namespace Nikse.SubtitleEdit.Logic
|
||||
{
|
||||
|
@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System.IO;
|
||||
using System.IO;
|
||||
using System.Xml;
|
||||
using Nikse.SubtitleEdit.Logic;
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
|
||||
namespace Nikse.SubtitleEdit.Logic.VideoFormats.Matroska
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
namespace Nikse.SubtitleEdit.Logic.VideoFormats.Matroska
|
||||
namespace Nikse.SubtitleEdit.Logic.VideoFormats.Matroska
|
||||
{
|
||||
internal class MatroskaTrackInfo
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
|
||||
namespace Nikse.SubtitleEdit.Logic.VobSub
|
||||
{
|
||||
@ -14,4 +14,4 @@ namespace Nikse.SubtitleEdit.Logic.VobSub
|
||||
FilePosition = filePosition;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user