Formatting (whitespace only)

This commit is contained in:
Waldi Ravens 2016-03-05 18:45:42 +01:00
parent 6eb69e2c15
commit 7db68544bc
5 changed files with 8 additions and 10 deletions

View File

@ -266,7 +266,6 @@ namespace Nikse.SubtitleEdit.Core.SubtitleFormats
}
else
{
subtitle.Paragraphs.Add(new Paragraph(TimedText10.GetTimeCode(start, false), TimedText10.GetTimeCode(end, false), text));
}
}

View File

@ -372,7 +372,6 @@ namespace Nikse.SubtitleEdit.Logic.VideoPlayers
int l = 0;
while (l < 10000)
{
Application.DoEvents();
try
{