mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 11:42:36 +01:00
More unneeded whitespaces removed
This commit is contained in:
parent
5c4f6a4067
commit
bc80504f78
@ -122,4 +122,4 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@ -54,4 +54,4 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@ -210,7 +210,6 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
buttonClear_Click(null, null);
|
||||
else
|
||||
SortAndLoad();
|
||||
|
||||
}
|
||||
|
||||
private void buttonClear_Click(object sender, EventArgs e)
|
||||
@ -226,4 +225,4 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@ -19298,4 +19298,4 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@ -101,4 +101,4 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@ -227,4 +227,4 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -50,4 +50,4 @@
|
||||
return string.Format(@"{0} ({1})", _id, _dataSize);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -646,4 +646,4 @@ namespace Nikse.SubtitleEdit.Logic.ContainerFormats.Matroska
|
||||
return encoding.GetString(buffer);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -489,4 +489,4 @@ namespace Nikse.SubtitleEdit.Logic.ContainerFormats
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@ -121,9 +121,7 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
info.Success = true;
|
||||
}
|
||||
}
|
||||
catch
|
||||
{
|
||||
}
|
||||
catch { }
|
||||
return info;
|
||||
}
|
||||
|
||||
@ -144,9 +142,7 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
info.Success = true;
|
||||
}
|
||||
}
|
||||
catch
|
||||
{
|
||||
}
|
||||
catch { }
|
||||
return info;
|
||||
}
|
||||
|
||||
|
@ -12,4 +12,4 @@
|
||||
public string FileType { get; set; }
|
||||
public bool Success { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user