Formatting (whitespace only)

This commit is contained in:
Waldi Ravens 2015-01-31 15:05:47 +01:00
parent cb9290a9c4
commit 3f50d9f18f
13 changed files with 20 additions and 20 deletions

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Text;
namespace Nikse.SubtitleEdit.Core

View File

@ -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;
}
}
}

View File

@ -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
}
}
}
}

View File

@ -1,4 +1,4 @@
using System;
using System;
namespace Nikse.SubtitleEdit.Logic
{

View File

@ -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; }
}
}
}

View File

@ -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
}
}
}

View File

@ -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
}
}
}
}

View File

@ -1,4 +1,4 @@
using System.IO;
using System.IO;
using System.Xml;
using Nikse.SubtitleEdit.Logic;

View File

@ -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
}
}
}
}

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

View File

@ -1,4 +1,4 @@
using System;
using System;
namespace Nikse.SubtitleEdit.Logic.VideoFormats.Matroska
{

View File

@ -1,4 +1,4 @@
namespace Nikse.SubtitleEdit.Logic.VideoFormats.Matroska
namespace Nikse.SubtitleEdit.Logic.VideoFormats.Matroska
{
internal class MatroskaTrackInfo
{

View File

@ -1,4 +1,4 @@
using System;
using System;
namespace Nikse.SubtitleEdit.Logic.VobSub
{
@ -14,4 +14,4 @@ namespace Nikse.SubtitleEdit.Logic.VobSub
FilePosition = filePosition;
}
}
}
}