Fix style issues

This commit is contained in:
Mark Monteiro 2020-04-11 13:46:31 -04:00
parent 7152b55747
commit 4113288278
3 changed files with 35 additions and 34 deletions

View File

@ -293,7 +293,8 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
/// </summary>
private void OnFfMpegProcessExited(Process process, string inputFile)
{
using (process) {
using (process)
{
_hasExited = true;
_logFileStream?.Dispose();