mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Remove weird spaces
This commit is contained in:
parent
c13db1f4a7
commit
f378bf8def
@ -554,7 +554,7 @@ namespace Nikse.SubtitleEdit.Core.Forms
|
|||||||
var isLeftOutCueOnShotChange = IsCueOnShotChange(bestLeftOutCueFrame, false);
|
var isLeftOutCueOnShotChange = IsCueOnShotChange(bestLeftOutCueFrame, false);
|
||||||
var isRightInCueOnShotChange = IsCueOnShotChange(bestRightInCueFrame, true);
|
var isRightInCueOnShotChange = IsCueOnShotChange(bestRightInCueFrame, true);
|
||||||
|
|
||||||
var performGeneralChaining = false;
|
var performGeneralChaining = false;
|
||||||
|
|
||||||
if (isRightInCueOnShotChange)
|
if (isRightInCueOnShotChange)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user